You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great library! However it would be awesome if there was a package.json file. That way developers could include it as an npm dependency. As it is, you need to use bower or something like napa to include the library as part of a build pipeline, or include the files as part of another repo which is not ideal.
The text was updated successfully, but these errors were encountered:
Could you also publish a webaudio-controls npm package?
It would make installation much easier for developers.
At the moment I have to manually copy/paste the javascript file into my project and check the version. Rather than the dependency/updates handled automatically.
If webaudio-controls is published on npmjs, then we can use it for example at https://node-projects.github.io/web-component-designer-demo/index.html , like we can already do for @material/web, @microsoft/fast-components, or @shoelace-style/shoelace. That would bring in great integration experience. And unfortunately it does not work with GitHub Packages.
Great library! However it would be awesome if there was a
package.json
file. That way developers could include it as annpm
dependency. As it is, you need to usebower
or something like napa to include the library as part of a build pipeline, or include the files as part of another repo which is not ideal.The text was updated successfully, but these errors were encountered: