Background
Your other library webaudio-tinysynth is published here:
This allows developers to utilize the library in two new ways:
npm install webaudio-tinysynth
import * as WebAudioTinySynth from "webaudio-tinysynth";
OR
<script src="https://cdn.jsdelivr.net/npm/webaudio-tinysynth@1.1.3/webaudio-tinysynth.js"></script>
<script src="https://cdn.jsdelivr.net/npm/webaudio-tinysynth@1.1.3/webaudio-tinysynth.min.js"></script>
It also allows developers to install specific versions of the library, and controls upgrades when new versions are published.
Request
Publish webaudio-controls as an npm package so it has all the advantages mentioned above.
Background
Your other library
webaudio-tinysynthis published here:This allows developers to utilize the library in two new ways:
OR
It also allows developers to install specific versions of the library, and controls upgrades when new versions are published.
Request
Publish
webaudio-controlsas an npm package so it has all the advantages mentioned above.