ascii-art-generator NOTE: This is a port of my Python project to play with Rust and WASM. Generates ASCII arts from JPEG/PNG images. Live demo. Usage make prepare # install rustfmt, wasm-pack, npm deps, etc. make run Then, visit localhost:3000 in your browser. How it works? I've blogged about it.