Sketch plugin to make paths be snapped to Grid and/or Pixel Grid.
Installation
- Download the plugin
- 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