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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T23:54:37.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T02:31:10.135Z (4 months 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.