badaix / snapweb

Web interface for Snapcast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider publishing snapcontrol on npm

djmattyg007 opened this issue · comments

It would be helpful for developing custom integrations with Snapcast if snapcontrol.ts was published on npm as a standalone library. Right now it appears the only solution is to manually copy+paste the relevant code from this repo.

I guess you'd first need to split out the DOM-related stuff into a separate file though.