/paint_app

A simple paint tool with support for layers.

Primary LanguageTypeScript

paint_app

To run in development mode

  • install Nodejs
  • install yarn
  • install dependencies using the command yarn
  • run the program using yarn start

To run in production mode

  • open ./docs/index.html with any browser

Run the hosted vertion