We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
function WaveInit
src/wave/index.js
Animating svgs would be little difficult task.
Sorry, something went wrong.
@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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: