ArthurTent / ShaderAmp

Chrome extension to visualize music
Other
17 stars 0 forks source link

Replaced use-sync-set-state with use-chrome-storage #18

Closed eamonwoortman closed 8 months ago

eamonwoortman commented 8 months ago

And centralized the shaderlist fetching to the background page

use-chrome-storage does the same thing as use-sync-set-state but actually uses Chrome's Storage back-end. This means we can use it in our background page as well.

Check out; https://github.com/onikienko/use-chrome-storage