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 +1 -1
- package/package.json +1 -1
- package/wasm_image_processor_bg.wasm +0 -0
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
|
|
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
|
Binary file
|