add example to readme, update config
This commit is contained in:
parent
fd89eeca68
commit
7654d47504
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Visualizer
|
# Visualizer
|
||||||

|

|
||||||
Euterpe Visualizer is a unique audio visual library for the web. Using SVG elements instead of canvas, it allows to leverage the power of GPU to do the actual drawing, unlike canvas, which is purely cpu.
|
Euterpe Visualizer is a unique audio visual library for the web. Using SVG elements instead of canvas, it allows to leverage the power of GPU to do the actual drawing, unlike canvas, which is purely cpu. It is fully customizable with build parameters and through CSS, as the visuals are just `<path>` elements that update every frame.
|
||||||
|
|
||||||
### How to use
|
### How to use
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue