@ain1084/audio-worklet-stream 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -236,6 +236,10 @@ The actual values may slightly differ from the above because they are rounded up
236
236
 
237
237
  </details>
238
238
 
239
+ ## API Documentation
240
+
241
+ You can find the full API documentation [here](https://ain1084.github.io/audio-worklet-stream/).
242
+
239
243
  ## Example
240
244
 
241
245
  <details>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ain1084/audio-worklet-stream",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",