Skip to content

Simple image to ascii converter. The main task of this project is to use simple C++ image to text converter, transpile it to WebAssembly and wrap by React components.

License

Notifications You must be signed in to change notification settings

NoxSensei/Ascii-Art-Maker

Repository files navigation

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

About

Simple image to ascii converter. The main task of this project is to use simple C++ image to text converter, transpile it to WebAssembly and wrap by React components.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published