Skip to content

Instantly share code, notes, and snippets.

@julianburr
Created April 19, 2017 14:04
Show Gist options
  • Save julianburr/93bae811148e7514efd5d9457a006884 to your computer and use it in GitHub Desktop.
Save julianburr/93bae811148e7514efd5d9457a006884 to your computer and use it in GitHub Desktop.
Medium - Example Sketch plugin source
const helloWorld = context => {
context.document.showMessage("👋🌍");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment