@bokuweb/pixelmatch-wasm
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@bokuweb/pixelmatch-wasm", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./node/cjs/index.cjs", |
@@ -1,2 +0,2 @@ | ||
import { pixelmatch as inner } from "../../dist/web/pkg/pixelmatch_simd_wasm"; | ||
import { pixelmatch as inner } from "../dist/web/pkg/pixelmatch_simd_wasm.js"; | ||
@@ -3,0 +3,0 @@ export const pixelmatch = (img1, img2, w, h, opts) => { |