Skip to content

crucified713/fabricjs-click-draw-polygon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fabricjs-draw-polygon

This is a polygon drawing tool with undo/redo features implementing Command Design Pattern.

Usage

First install all dependencies via npm:

npm install 

install http-server:

 npm install http-server -g

then run http-server:

http-server

copy and paste the url provided by http-server into your browser,

and you're ready to go.

Feature:

  1. A polygon drawing tool powered by Fabric.js.

  2. Click drawing single/multiple polygons within canvas, nice and easy.

  3. Provide undo/redo features utilising Command Pattern.

  4. An AngularJS project allows you to easily chuck more stuff to build a more interesting tool.

About

Polygon drawing tool utilising Command Pattern built on AngularJS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published