/sketch-utils

Helper functions for sketch plugins

Primary LanguageJavaScript

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