dunckr / sketch-utils

Helper functions for sketch plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sketch Utils

Helper functions for creating Sketch plugins.

Usage

  • Git clone or subtree
git subtree add --prefix vendor https://github.com/dunckr/sketch-utils master --squash
  • Import into sketchplugin file
@import 'vendor/index.js'

License

MIT © Duncan Beaton

About

Helper functions for sketch plugins


Languages

Language:JavaScript 100.0%