Skip to content

Instantly share code, notes, and snippets.

@julianburr
Created April 19, 2017 14:04
Show Gist options
  • Select an option

  • Save julianburr/93bae811148e7514efd5d9457a006884 to your computer and use it in GitHub Desktop.

Select an option

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