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
- Host: GitHub
- URL: https://github.com/bcastell/scribble
- Owner: bcastell
- License: mit
- Created: 2017-06-13T19:14:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T23:54:37.000Z (almost 9 years ago)
- Last Synced: 2025-03-06T17:15:22.536Z (over 1 year ago)
- Topics: drawing, gulp-js, html5-canvas, javascript, sass
- Language: CSS
- Homepage:
- Size: 16 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A computer graphics application built with HTML5-Canvas.
DRAW

## 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.