anup-a/svgwave

Do you plan to provide it as an npm package, to use directly in our apps ?

Opened this issue · 3 comments

Do you plan to provide it as an npm package, to use directly in our apps ?

Inspiration: https://github.com/boringdesigners/boring-avatars they do a similar thing for generated avatar icons (a library that can be used in react)

Must have: being able to animate the waves

Hi @Aarbel . Thanks for wonderful suggestion. I do plan to add some features & npm package but not at the moment. Busy with my projects at work.

It is actually pretty easy to plugin inside any application.
All the wave related logic is here - https://github.com/anup-a/svgwave/tree/main/src/wave
function WaveInit inside src/wave/index.js is what exports a svg string.

Animating svgs would be little difficult task.

@anup-a you still provide svg animation when changing settings on https://www.svgwave.in/, how do you perform them ?

Providing an npm library would be really great, you should also check this: https://wickedbackgrounds.com/backgrounds.html
A comon project / public library would be amazing