webaudio-controls icon indicating copy to clipboard operation
webaudio-controls copied to clipboard

Add a package.json for npm installation

Open stufreen opened this issue 6 years ago • 3 comments

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.

stufreen avatar Dec 08 '18 20:12 stufreen

package.json is added ( for GitHub packages)

g200kg avatar Jul 27 '20 04:07 g200kg

@g200kg Thank-you for your awesome work on this library!

I see that you have an npm account: https://www.npmjs.com/~g200kg

and have already published npm packages:

  • https://www.npmjs.com/package/webaudio-tinysynth
  • https://www.npmjs.com/package/webaudio-pianoroll

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.

Thanks!

kmturley avatar Apr 02 '23 03:04 kmturley