merfix 0.1.28 → 0.1.30

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
@@ -35,7 +35,9 @@ https://www.npmjs.com/package/merfix
35
35
 
36
36
  ## Demo
37
37
 
38
+ ```
38
39
  https://dimitrmo.github.io/merfix/
40
+ ```
39
41
 
40
42
  ## JavaScript Integration
41
43
 
package/merfix_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "name": "merfix",
3
3
  "type": "module",
4
4
  "description": "Utility to remove EXIF metadata from images from browser",
5
- "version": "0.1.28",
6
- "license": "SEE LICENSE IN LICENSE",
5
+ "version": "0.1.30",
6
+ "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/dimitrmo/merfix"