Skip to content

uetchy/Sketch-StickyGrid

Repository files navigation

StickyGrid

Join the chat at https://gitter.im/uetchy/Sketch-StickyGrid

Sketch plugin to make paths be snapped to Grid and/or Pixel Grid.

Installation

  1. Download the plugin
  2. Unzip the archive and double-click StickyGrid.sketchplugin

If you prefer CLI-way:

$ cd "$HOME/Library/Application Support/com.bohemiancoding.sketch3/Plugins"
$ git clone https://github.com/uetchy/Sketch-StickyGrid.git

Usage

Snap to Grid ctrl + + G

Snap to Pixel Grid ctrl + + X

More information

See official document Sketch - Pixel Precision.

Contributing

Debugging

Dump classes

class-dump /Applications/Sketch.app > sketch.dump

Log

log(something.treeAsDictionary());

to see:

tail -f /var/log/system.log