We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Background Your other library webaudio-tinysynth is published here:
webaudio-tinysynth
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/[email protected]/webaudio-tinysynth.js"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/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.
webaudio-controls
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
Your other library
webaudio-tinysynth
is 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-controls
as an npm package so it has all the advantages mentioned above.The text was updated successfully, but these errors were encountered: