@grame/faust-web-component 0.2.4 → 0.2.5
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/dist/faust-web-component.js +41 -36
- package/package.json +10 -3
- package/src/common.ts +4 -2
- package/src/faust-editor.ts +7 -7
- package/src/faust-widget.ts +8 -7
- package/vite.config.js +1 -0
- package/dist/index.html +0 -26
package/README.md
CHANGED
@@ -53,7 +53,7 @@ process = no.noise : fi.resonlp(ctFreq,q,gain)*t <: dm.zita_light;
|
|
53
53
|
|
54
54
|
## NPM package
|
55
55
|
|
56
|
-
A [npm package](https://www.npmjs.com/package/@grame/faust-web-component) can be used with the CDN link: https://cdn.jsdelivr.net/npm/@grame/faust-web-component@0.2.
|
56
|
+
A [npm package](https://www.npmjs.com/package/@grame/faust-web-component) can be used with the CDN link: https://cdn.jsdelivr.net/npm/@grame/faust-web-component@0.2.5/dist/faust-web-component.js (possibly update the version number).
|
57
57
|
|
58
58
|
Here is an HTML example using this model:
|
59
59
|
|