audio-channel-queue 1.1.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@ The purpose of this package is to help queue audio files so they do not play on
|
|
|
3
3
|
|
|
4
4
|
This package offers TypeScript support 📘, boasts zero dependencies 🚫, and is released under the MIT license 📜. As an added bonus, it's NON-GMO 🌱 and 100% Free Range Organic 🐓.
|
|
5
5
|
|
|
6
|
-
To preview this package and see how it works with visualized code examples, check out the demo that can be found here: [Audio Channel Queue Demo](https://tonycarpenter21.github.io/audio-queue-demo/). (A link to the demo repo can be found here:[Audio Channel Queue Demo Repo](https://github.com/tonycarpenter21/audio-queue-demo).)
|
|
6
|
+
To preview this package and see how it works with visualized code examples, check out the demo that can be found here: [Audio Channel Queue Demo](https://tonycarpenter21.github.io/audio-queue-demo/). (A link to the demo repo can be found here: [Audio Channel Queue Demo Repo](https://github.com/tonycarpenter21/audio-queue-demo).)
|
|
7
7
|
|
|
8
8
|
NPM package can be found [here](https://www.npmjs.com/package/audio-channel-queue).
|
|
9
9
|
|