An open API service indexing awesome lists of open source software.

https://github.com/bcastell/scribble

HTML5-Canvas Drawing Application
https://github.com/bcastell/scribble

drawing gulp-js html5-canvas javascript sass

Last synced: 3 months ago
JSON representation

HTML5-Canvas Drawing Application

Awesome Lists containing this project

README

        








A computer graphics application built with HTML5-Canvas.


DRAW

![screenshot](https://github.com/bcastell/scribble/blob/master/app/images/media/demo.gif)

## 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](https://nodejs.org/en/).
 
##### Gulp
Install Gulp globally.
```python
sudo npm install gulp -g
```

### Clone
Clone the repository.
```python
git clone https://github.com/bcastell/scribble
```

### Navigation
Enter the root directory of the local repository.
```python
cd location/where/repository/is/saved/scribble
```

### Start Server
Spin up a server on your computer to launch the application.
```python
gulp
```

## Authors
* **Brandon Castellanos** - [GitHub](https://github.com/bcastell)

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.