A WebUI version of ascii-convert.
Everything is pretty straightforward. Touch anything on the screen and the image will be redrawn.
If you have Docker, simply run:
docker compose up -d
in the root directory.
If you don't have Docker, you can install Node.js's http-server utility:
npm install http-server
and then simply type:
http-server
in the root directory to start the server. It should available on port 8080.
However, you still need to build the wasm_module. To do that, install Emscripten. And then run the compile_cpp.sh file to build the WebAssembly module.
