From 7654d47504e7e4e969e1be401825f9e2d41c978f Mon Sep 17 00:00:00 2001 From: Djkato Date: Wed, 19 Jul 2023 00:13:04 +0200 Subject: [PATCH] add example to readme, update config --- packages/visualizer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/visualizer/README.md b/packages/visualizer/README.md index 8237067..e6e061c 100644 --- a/packages/visualizer/README.md +++ b/packages/visualizer/README.md @@ -1,6 +1,6 @@ # Visualizer ![example](https://cdn.discordapp.com/attachments/1108067171122282641/1130983369619026050/firefox_krQG16y1rS.gif) -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 `` elements that update every frame. ### How to use