Skip to content
New issue

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

webaudio-controls as versioned package with CDN support #50

Open
kmturley opened this issue Apr 14, 2023 · 0 comments
Open

webaudio-controls as versioned package with CDN support #50

kmturley opened this issue Apr 14, 2023 · 0 comments

Comments

@kmturley
Copy link

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/[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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant