From fd89eeca68fe67ff594ef529c62a58108a854969 Mon Sep 17 00:00:00 2001 From: Djkato Date: Wed, 19 Jul 2023 00:11:16 +0200 Subject: [PATCH] add example vizs to readme --- packages/visualizer/README.md | 4 ++-- packages/visualizer/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/visualizer/README.md b/packages/visualizer/README.md index 326aabc..8237067 100644 --- a/packages/visualizer/README.md +++ b/packages/visualizer/README.md @@ -1,6 +1,6 @@ # 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. +![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. ### How to use diff --git a/packages/visualizer/package.json b/packages/visualizer/package.json index c873c9b..3fc90ae 100644 --- a/packages/visualizer/package.json +++ b/packages/visualizer/package.json @@ -1,6 +1,6 @@ { "name": "@euterpe.js/visualizer", - "version": "1.0.2", + "version": "1.0.3", "type": "module", "description": "Music visualizer based on SVG and AudioContext", "main": "./src/index.js",