merfix 0.1.35 → 0.1.37

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
@@ -1,5 +1,7 @@
1
1
  # merfix
2
2
 
3
+ Remove EXIF from supported images with the power of love and wasm.
4
+
3
5
  ## Requirements
4
6
 
5
7
  ### Install wasm-pack
@@ -41,4 +43,4 @@ https://dimitrmo.github.io/merfix/
41
43
 
42
44
  ## JavaScript Integration
43
45
 
44
- ```TODO```
46
+ See https://github.com/dimitrmo/merfix/blob/master/public/index.js
package/merfix_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "merfix",
3
3
  "type": "module",
4
4
  "description": "Utility to remove EXIF metadata from images from browser",
5
- "version": "0.1.35",
5
+ "version": "0.1.37",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",