Skip to content

Instantly share code, notes, and snippets.

@danhollick
Created February 4, 2020 08:46
Show Gist options
  • Save danhollick/12b176f94a903a868a7d96e6d7ebda6a to your computer and use it in GitHub Desktop.
Save danhollick/12b176f94a903a868a7d96e6d7ebda6a to your computer and use it in GitHub Desktop.
listen for messages
figma.ui.onmessage = msg => {
if (msg.type === 'swap') {
console.log(msg)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment