diff --git a/_posts/2014-12-03-sketch-plugin-stickygrid.md b/_posts/2014-12-03-sketch-plugin-stickygrid.md index e834225..17560d2 100644 --- a/_posts/2014-12-03-sketch-plugin-stickygrid.md +++ b/_posts/2014-12-03-sketch-plugin-stickygrid.md @@ -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. -![](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. -![](http://randompaper.co.s3.amazonaws.com/Sketch-StickyGrid/tf1.png) - # 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. @@ -30,8 +28,6 @@ At first, selecting **`ctrl` + `⌘` + `G`** を押すと、パスがグリッ シェイプはもちろん、グルーピングされたシェイプも、逆にシェイプポイントだけでも吸い付く。 -![](http://randompaper.co.s3.amazonaws.com/Sketch-StickyGrid/stickygrid_2.gif) - # プラグインの開発にあたって ## プラグインのデバッグ @@ -56,4 +52,4 @@ log(context.document.gridSize) # 結論 -苦行僧じみた Sketch プラグインの開発には**class-dump**と**Console.app**が必携。 +苦行僧じみた Sketch プラグインの開発には**class-dump**と**Console.app**が必携。 \ No newline at end of file