wasm-vips 0.0.17 → 0.0.18
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 +8 -6
- package/THIRD-PARTY-NOTICES.md +25 -25
- package/lib/vips-es6.js +186 -208
- package/lib/vips-heif.wasm +0 -0
- package/lib/vips-jxl.wasm +0 -0
- package/lib/vips-node.js +196 -218
- package/lib/vips-node.mjs +197 -218
- package/lib/vips-resvg.wasm +0 -0
- package/lib/vips.d.ts +12 -0
- package/lib/vips.js +186 -208
- package/lib/vips.wasm +0 -0
- package/package.json +2 -3
- package/versions.json +13 -13
package/lib/vips-resvg.wasm
CHANGED
|
Binary file
|
package/lib/vips.d.ts
CHANGED
|
@@ -8896,6 +8896,10 @@ declare module Vips {
|
|
|
8896
8896
|
* Q factor.
|
|
8897
8897
|
*/
|
|
8898
8898
|
Q?: number
|
|
8899
|
+
/**
|
|
8900
|
+
* The scale factor of base image to gainmap image.
|
|
8901
|
+
*/
|
|
8902
|
+
gainmap_scale_factor?: number
|
|
8899
8903
|
/**
|
|
8900
8904
|
* Which metadata to retain.
|
|
8901
8905
|
*/
|
|
@@ -8924,6 +8928,10 @@ declare module Vips {
|
|
|
8924
8928
|
* Q factor.
|
|
8925
8929
|
*/
|
|
8926
8930
|
Q?: number
|
|
8931
|
+
/**
|
|
8932
|
+
* The scale factor of base image to gainmap image.
|
|
8933
|
+
*/
|
|
8934
|
+
gainmap_scale_factor?: number
|
|
8927
8935
|
/**
|
|
8928
8936
|
* Which metadata to retain.
|
|
8929
8937
|
*/
|
|
@@ -8952,6 +8960,10 @@ declare module Vips {
|
|
|
8952
8960
|
* Q factor.
|
|
8953
8961
|
*/
|
|
8954
8962
|
Q?: number
|
|
8963
|
+
/**
|
|
8964
|
+
* The scale factor of base image to gainmap image.
|
|
8965
|
+
*/
|
|
8966
|
+
gainmap_scale_factor?: number
|
|
8955
8967
|
/**
|
|
8956
8968
|
* Which metadata to retain.
|
|
8957
8969
|
*/
|