Updated Sketch Plugin Stickygrid

This commit is contained in:
uetchy 2018-08-06 15:04:36 +09:00 committed by Siteleaf
parent d9753d01da
commit f608a4db31

View File

@ -5,12 +5,10 @@ date: 2014-12-03 09:00:00 +09:00
For practicing Sketch plugin development, I created **StickyGrid** to let shape points sticked with grids. For practicing Sketch plugin development, I created **StickyGrid** to let shape points sticked with grids.
![](http://randompaper.co.s3.amazonaws.com/Sketch-StickyGrid/stickygrid.gif) ![](http://uechi-public.s3.amazonaws.com/github/sketch-stickygrid.png)
Draw something in rough and apply this plugin then you'll get geometric shapes at ease. Draw something in rough and apply this plugin then you'll get geometric shapes at ease.
![](http://randompaper.co.s3.amazonaws.com/Sketch-StickyGrid/tf1.png)
# How to install # How to install
From [GitHub releases](https://github.com/uetchy/Sketch-StickyGrid/releases/latest), Download a zipped archive then unarchive it then double click **StickyGrid.sketchplugin** so you are prepared for using StickyGrid. From [GitHub releases](https://github.com/uetchy/Sketch-StickyGrid/releases/latest), Download a zipped archive then unarchive it then double click **StickyGrid.sketchplugin** so you are prepared for using StickyGrid.
@ -30,8 +28,6 @@ At first, selecting **`ctrl` + `⌘` + `G`** を押すと、パスがグリッ
シェイプはもちろん、グルーピングされたシェイプも、逆にシェイプポイントだけでも吸い付く。 シェイプはもちろん、グルーピングされたシェイプも、逆にシェイプポイントだけでも吸い付く。
![](http://randompaper.co.s3.amazonaws.com/Sketch-StickyGrid/stickygrid_2.gif)
# プラグインの開発にあたって # プラグインの開発にあたって
## プラグインのデバッグ ## プラグインのデバッグ