k-centroid-scaler 1.2.3 → 1.2.4
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/k_centroid_scaler.d.ts
CHANGED
|
@@ -73,9 +73,9 @@ export interface InitOutput {
|
|
|
73
73
|
readonly process_image: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
74
74
|
readonly __wbg_set_imageresult_width: (a: number, b: number) => void;
|
|
75
75
|
readonly __wbg_set_imageresult_height: (a: number, b: number) => void;
|
|
76
|
-
readonly __wbg_get_colorpalette_count: (a: number) => number;
|
|
77
76
|
readonly __wbg_get_imageresult_height: (a: number) => number;
|
|
78
77
|
readonly __wbg_get_imageresult_width: (a: number) => number;
|
|
78
|
+
readonly __wbg_get_colorpalette_count: (a: number) => number;
|
|
79
79
|
readonly __wbindgen_export_0: (a: number) => void;
|
|
80
80
|
readonly __wbindgen_export_1: (a: number, b: number) => number;
|
|
81
81
|
readonly __wbindgen_export_2: (a: number, b: number, c: number, d: number) => number;
|
|
Binary file
|