0.0.2 • Published 2 years ago

adaptive-threshold-wasm v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

install

npm i adaptive-threshold-wasm

minified minified + gzip dependency count tree-shaking support install size

API

import { init, toGray, toThreshold, ThresholdType, ThresholdMethod } from "../src/index";

await init();

const gray = toGray(rgba, width, height);

const threshold = toThreshold(gray, width, height, maxValue, adaptiveMethod, thresholdType, blockSize, C);
0.0.2

2 years ago

0.0.1

2 years ago