jslick
jslick
Hi @dvzrv , I have not seen activity from the owner since the time I started watching this project. However, it looks like it was maintained at https://github.com/SuperBFG7/ympd , which...
When I try to use it in browser, I get the error > ReferenceError: Buffer is not defined But, Buffer is a node library. This is coming from the dependency...
Thanks parshap. I found the solution. It turns out, truncate-utf8-bytes specifies pkg.browser, which specifies a file that omits Node dependencies. I just had to add `browser: true` to my rollup...