Skip to content

webaudio-controls as versioned package with CDN support #50

Description

@kmturley

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions