Skip to content

bcastell/scribble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


A computer graphics application built with HTML5-Canvas.

screenshot

Key Features

  • Tools
    • Pencil
    • Line
    • Eraser
    • Text
    • Spray
    • Fill
    • Rectangle
    • Circle
  • Pickers
    • Color
    • Size
  • Files
    • Open File
    • Save Canvas

Getting Started

To run this application on a local server, follow the instructions below.

Installation

Node.js

Install Node.js here.  

Gulp

Install Gulp globally.

sudo npm install gulp -g

Clone

Clone the repository.

git clone https://github.com/bcastell/scribble

Navigation

Enter the root directory of the local repository.

cd location/where/repository/is/saved/scribble

Start Server

Spin up a server on your computer to launch the application.

gulp

Authors

  • Brandon Castellanos - GitHub

License

This project is licensed under the MIT License - see the LICENSE file for details.