mediancut-wasm
v0.2.1
Published
Median Cut algorithm implemented in Rust and compiled to WebAssembly
Readme
mediancut-wasm
Setup
Install
cargo install wasm-packCreate
$ cargo new --lib mediancut-wasmDevelopment
Build
wasm-pack build --target web --releaseTODO: Merge the two builds into one.
Test
cargo test -- --nocaptureDebug
cat buckets_rust.json | jq '[.buckets[].total] | add'
cat buckets_rust.json | jq '[.buckets[].colors[][3]] | add'
cat buckets_js.json | jq '[.buckets[].total] | add'
cat buckets_js.json | jq '[.buckets[].colors[][3]] | add'