Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 597 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 597 Bytes

Ascii Art Maker

Description

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.

Setup

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