tgohn / chrome-ruler

hihi haha
25 stars 11 forks source link

Chrome Ruler

This is a chrome extension. It creates vertical and horizontal grids, Photoshop style. It has a ruler to measure dimension too.

Built using:

Build

To build in developing mode, do:

npm install;
grunt watch:chrome-ruler;

To build release files, do:

NODE_ENV=production grunt build-release;

Thanks to