Aubert-Antoine / loudness-visualizer

💁This repository is a personal project, open to the community🚀. This Chrome extension allows to display the volume of the audio stream (I/O) of the Chrome page. The display is composed of vu metre in db (rms and peak) + LUFS (integrate, momentary and short term) 🔉.
GNU General Public License v3.0
1 stars 1 forks source link

Favicon animated #8

Open Aubert-Antoine opened 1 year ago

Aubert-Antoine commented 1 year ago

How to animate a Favicon :

Use SVG :

Doc Mozilla : https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animate

https://www.svgator.com/ https://www.snoweb.io/en/web-design/svg-animation/

tuto : https://www.sanity.io/guides/import-svg-files-in-react

Aubert-Antoine commented 1 year ago

the chrome.browserAction.setIcon API to update the favicon of the current tab based on the dB value.