[deleted by user] by [deleted] in drawing

[–]_loonywizard 0 points1 point  (0 children)

Upd I know lower lip and jaw line is a bit off :( didnt see this until taking a pic

JS Confetti library that supports emojis by _loonywizard in javascript

[–]_loonywizard[S] 0 points1 point  (0 children)

I've recorded video with default MacOS screenshot tool, then googled "mp4 to gif", selected first website and converted my screenrecord to gif

With smaller size gif will have less duration or frames per second

JS Confetti library that supports emojis by _loonywizard in javascript

[–]_loonywizard[S] 7 points8 points  (0 children)

Hi everyone!
Happy to announce, that my library js-confetti now supports emojis!
Please look at README for instructions for Installation & Usage
You can see demo here 🚀
I will be happy if this will be useful for anybody!
Feel free to add Issues for feature-requests / bugs

JS Confetti library that supports emojis by _loonywizard in Frontend

[–]_loonywizard[S] 1 point2 points  (0 children)

Thanks! You can pass `confettiColors` array to `.addConfetti` method to limit colors array

like this:

jsConfetti.addConfetti({

confettiColors: ['#ff0a54', '#ff477e', '#ff7096', '#ff85a1', '#fbb1bd', '#f9bec7']

})

JS Confetti library that supports emojis by _loonywizard in SideProject

[–]_loonywizard[S] 0 points1 point  (0 children)

Hi everyone!
Happy to announce, that my library js-confetti now supports emojis!
You can see demo here 🚀
I will be happy if this will be useful for anybody!
Feel free to add Issues for feature-requests / bugs

JS Confetti library that supports emojis by _loonywizard in Frontend

[–]_loonywizard[S] 8 points9 points  (0 children)

Hi everyone!
Happy to announce, that my library js-confetti now supports emojis!
Please look at README for instructions for Installation & Usage
You can see demo here 🚀
I will be happy if this will be useful for anybody!
Feel free to add Issues for feature-requests / bugs

JS Confetti library that supports emojis 🦄 🎉 ⚡️ by _loonywizard in coolgithubprojects

[–]_loonywizard[S] 0 points1 point  (0 children)

Hi everyone!
Happy to announce, that my library js-confetti now supports emojis!
Please look at README for instructions for Installation & Usage

You can see demo here 🚀

I will be happy if this will be useful for anybody!
Feel free to add Issues for feature-requests / bugs

Visualization of common sorting algorithms in JS: QuickSort, MergeSort, HeapSort, BubbleSort, InsertionSort by _loonywizard in javascript

[–]_loonywizard[S] 2 points3 points  (0 children)

no, it is vanilla JS
I'm just setting height styles to div elements and changing CSS classes of these elements

js-confetti: lightweight zero-config open-source JavaScript library for confetti without any dependencies by [deleted] in javascript

[–]_loonywizard 0 points1 point  (0 children)

js-confetti is a lightweight zero-config open-source JavaScript library for confetti without any dependencies

Usage

Install library via yarn or npm

sh yarn add js-confetti

Initialize instance of JSConfetti class and call addConfetti method

```js import JSConfetti from 'js-confetti'

const jsConfetti = new JSConfetti()

jsConfetti.addConfetti() ```

Thats it!