DEV Community

Discussion on: What Did You Learn This Week --April 3?

Collapse
 
matteobruni profile image
Matteo Bruni

I learned some things about html5 canvas: how to set image opacity, how to draw a SVG path that looks good.
I created a small plugin system for my library to create customizable presets and shapes that can be easily redistributed.
And finally fixed the npm package for import/require and jsdelivr and optimized webpack that it's still something I know I can improve but I don't still know how.

I'm currently trying to do a particle emitter for the next release but I think it will be a next-week learnt thing
I made some tutorials on cdnjs that I didn't know they were a thing.

Collapse
 
waylonwalker profile image
Waylon Walker

tsparticles is a really cool library! The default one is really fun to push the particles around. Great Work