wasm-image-processor 0.1.1 → 0.2.0

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,7 +1,7 @@
1
1
  # WASM Image Processor
2
2
  > Process images offline in the Browser.
3
3
 
4
- **⚠️ Early Development Notice**: This project is in active development. APIs may change and there is no npm package available yet. Use at your own risk for production applications.
4
+ **⚠️ Early Development Notice**: This project is in active development. APIs may change. Use at your own risk for production applications.
5
5
 
6
6
  A high-performance image processing toolkit built with Rust and WebAssembly. Process images entirely client-side with no server uploads required.
7
7
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Stanley Masinde <hello@stanleymasinde.com>"
6
6
  ],
7
7
  "description": "High-performance client-side image processing toolkit powered by Rust and WebAssembly",
8
- "version": "0.1.1",
8
+ "version": "0.2.0",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
Binary file