- Arbitrary sorting angle support! (0-360°)
- Luminance histogram!
- ...
- Fully static - images stay in browser!
- ...
- 🚀 Rust 🔥
- Install rust
- Install wasm-pack
cargo install wasm-pack
- Build with wasm-pack
wasm-pack build --target web --release --out-dir web/pkg
- Everything should now be in ./web/
- Serve the ./web/ directory