Skip to content

wandersonsousa/paint-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paint Online

A simple painting area written in javascript, using canvas.

alt

The application has some settings such as:

  • Brush thickness
  • Rubber mode
  • Random colors
  • Erase everything
  • Change brush color

TODO

  • Apply responsive

###Technologies used:

  • [Node] - to create the server
  • [Canvas] - for drawing
  • [Javascript] - for animation and interaction

Installation

You will need Node.js (https://nodejs.org/) v8 + to run.

Download the github code with:

$ git clone https://github.com/wandersonsousa/pain-canvas.git

Enter the project folder and enter the following command to install the dependencies:

$ npm install

Now to start the application just type:

$ npm start

In the browser, go to localhost: 3001 and enjoy !

Feel free to help the project :)

About

✏️ It is a canvas frame for drawings using javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published