Skip to content

Give you the possibility to annotate and print something on the screen

License

Notifications You must be signed in to change notification settings

guidiego/chrome-annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Annotation

Chrome Annotation is a Chrome Extension that creates a CANVAS over your WebPage and give you the possibility to Draw/Make Annotations into them. This is a Open Source project based in libraries like:

  • Sketchpad
  • HTML2CANVAS

Structure

We have here and app folder that contains our application, inside that we have assets, scripts, vendors and manifest.json, inside assets we have CSS files to customize the app, inside Scripts we have our owners objects and events and inside vendors we have external libs.

Install Dev Project

First step it's install all of the NPM dependencies:

 npm install

Next, you need run the command GULP to create a dist folder, in the root of chrome-annotation:

 gulp //Default Task build the project and Watch for modifies for building again
 gulp build //Task for Build the app

Install Chrome Extension

link avaible soon