Created
April 19, 2017 14:04
-
-
Save julianburr/93bae811148e7514efd5d9457a006884 to your computer and use it in GitHub Desktop.
Medium - Example Sketch plugin source
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const helloWorld = context => { | |
context.document.showMessage("👋🌍"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment