Simple image to ascii converter accessible via Github Pages.
The main task of this project is to use simple C++ image to text converter, transpile it to WebAssembly and wrap by React components.
It was created to practice skills and have fun from programming.
To launch the project download and install:
- npm
- node.js
- emscripten
Versions I used can be checked in github workflows.
After installation is completed run:
$ npm i
$ npm run build:wasm
$ npm run start