This is a library that provides some webgl effects.
I haven't figured out how to design the API yet, and there aren't many effects available. If you have any good ideas, feel free to suggest them.
If you want to experience the demo, please remember to link to the root directory.
Install the dependencies:
pnpm i
Build the library:
pnpm build
Build the library in watch mode:
pnpm dev