merfix 0.1.18 → 0.1.20

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 CHANGED
@@ -18,6 +18,14 @@ curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
18
18
  | ```detect_image_extension``` | Detects image extension based on data content of the image | Uint8Array |
19
19
  | ```remove_exif``` | Removes all the EXIF metadata from the image | Uint8Array, String |
20
20
 
21
+ ## CDN
22
+
23
+ ```
24
+ https://cdn.jsdelivr.net/npm/merfix@0/merfix.min.js
25
+ https://cdn.jsdelivr.net/npm/merfix@0.1/merfix.min.js
26
+ https://cdn.jsdelivr.net/npm/merfix@0.1.19/merfix.min.js
27
+ ```
28
+
21
29
  ## JavaScript Integration
22
30
 
23
31
  ```TODO```
package/merfix_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "merfix",
3
3
  "type": "module",
4
- "version": "0.1.18",
4
+ "version": "0.1.20",
5
5
  "files": [
6
6
  "merfix_bg.wasm",
7
7
  "merfix.js",