Skip to content

starzonmyarmz/sketch-effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sketch Effects

A Sketch plugin providing various effects.

Installation

  • Download the latest release of the plugin
  • Un-zip
  • Double-click on sketch_effects.sketchplugin

Roughen

Roughens a shape’s path:

demo/roughen.gif


Development Guide

This plugin was created using skpm. For a detailed explanation on how things work, checkout the skpm Readme.

Usage

Install the dependencies

npm install

Once the installation is done, you can run some commands inside the project folder:

npm run build

To watch for changes:

npm run watch

Additionally, if you wish to run the plugin every time it is built:

npm run start