Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "imaadpcm", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "JavaScript IMA-ADPCM codec.", | ||
@@ -48,4 +48,5 @@ "homepage": "https://github.com/rochars/imaadpcm", | ||
}, | ||
"dependencies": {}, | ||
"main": "index.js", | ||
"dependencies": {} | ||
"browser": "./dist/imaadpcm-min.js" | ||
} |
@@ -16,2 +16,13 @@ # imaadpcm | ||
## Browser | ||
Use the compiled file in the */dist* folder: | ||
```html | ||
<script src="imaadpcm-min.js"></script> | ||
``` | ||
Or get it from the [jsDelivr](https://www.jsdelivr.com) CDN: | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/imaadpcm@1.1.6"></script> | ||
``` | ||
## Use | ||
@@ -18,0 +29,0 @@ Files: |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15276
5
249
99
0