compress-jpeg 1.1.0 → 1.1.1
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/compress_jpeg.js +5 -0
- package/compress_jpeg_bg.wasm +0 -0
- package/package.json +1 -1
package/compress_jpeg.js
CHANGED
|
@@ -158,6 +158,11 @@ function __wbg_get_imports() {
|
|
|
158
158
|
const ret = arg0.width;
|
|
159
159
|
return ret;
|
|
160
160
|
};
|
|
161
|
+
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
162
|
+
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
163
|
+
const ret = getStringFromWasm0(arg0, arg1);
|
|
164
|
+
return ret;
|
|
165
|
+
};
|
|
161
166
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
|
162
167
|
const table = wasm.__wbindgen_externrefs;
|
|
163
168
|
const offset = table.grow(4);
|
package/compress_jpeg_bg.wasm
CHANGED
|
Binary file
|