eamayag / hand-drawing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Free-hand-drawing demo:

Testing npm package: React Sketch canvas.

The goal is storing info of paths (and not the full image) in database, so it can be recovered and rendered it again.

Therefore, Transit Immutable Js npm package is added, implementing the process of converting immutable list (paths info) to JSON (get paths), recovering with conversion of JSON to immutable list object again (load paths).

Create React App-based.

Running the app

In the project directory:

npm start

Runs the app in the development mode in http://localhost:3000, to view it in the browser.

About


Languages

Language:JavaScript 88.9%Language:HTML 6.2%Language:CSS 4.9%