@stll/anonymize-wasm
v1.4.4
Published
PII detection and anonymization for browsers via WebAssembly. Same API as @stll/anonymize.
Downloads
4,046
Readme
@stll/anonymize-wasm
Browser-friendly build of @stll/anonymize.
Use this package when you need the runtime API in a browser or bundler environment. It ships the WebAssembly build and the Vite helper that keeps the wasm assets out of dependency pre-bundling.
Install
bun add @stll/anonymize-wasmUsage
import { runPipeline } from "@stll/anonymize-wasm";
import stllWasm from "@stll/anonymize-wasm/vite";Notes
- This package depends on the same core runtime behavior as
@stll/anonymize. - If you use Vite, include the helper plugin so wasm asset resolution stays intact.
