项目作者: bcastell

项目描述 :
HTML5-Canvas Drawing Application
高级语言: CSS
项目地址: git://github.com/bcastell/scribble.git
创建时间: 2017-06-13T19:14:27Z
项目社区:https://github.com/bcastell/scribble

开源协议:MIT License

下载









A computer graphics application built with HTML5-Canvas.


DRAW

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.

  1. sudo npm install gulp -g

Clone

Clone the repository.

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

Navigation

Enter the root directory of the local repository.

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

Start Server

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

  1. gulp

Authors

License

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