rust-wasm-heatmap
Advanced tools
Comparing version
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"files": [ | ||
@@ -10,0 +10,0 @@ "rust_wasm_heatmap_bg.wasm", |
@@ -339,2 +339,5 @@ let wasm; | ||
} | ||
clear_points() { | ||
wasm.heatmapv2_clear_points(this.__wbg_ptr); | ||
} | ||
calc_heatmap() { | ||
@@ -341,0 +344,0 @@ wasm.heatmapv2_calc_heatmap(this.__wbg_ptr); |
@@ -30,2 +30,3 @@ /* tslint:disable */ | ||
export function heatmapv2_add_points(a: number, b: number, c: number): void; | ||
export function heatmapv2_clear_points(a: number): void; | ||
export function heatmapv2_calc_heatmap(a: number): void; | ||
@@ -32,0 +33,0 @@ export function heatmapv2_tag1(a: number): void; |
@@ -89,2 +89,3 @@ /* tslint:disable */ | ||
add_points(points: Float64Array): void; | ||
clear_points(): void; | ||
calc_heatmap(): void; | ||
@@ -91,0 +92,0 @@ tag1(): void; |
Sorry, the diff of this file is not supported yet
55654
0.44%679
0.74%