Skip to content

Instantly share code, notes, and snippets.

@glebsexy
glebsexy / about.md
Last active March 25, 2020 00:23 — forked from mattdesl/about.md
Figma Plugin Utility: html <-> script I/O for TypeScript

Figma Plugin Utility: html<->script I/O

Inspired by Electron, a simple event emitter you can use to communicate between your main script and your html UI. Original by @mattdesl, adapted to TypeScript by me.

Webpack guide for Figma plugins: https://www.figma.com/plugin-docs/bundling-webpack/

Install types for events:

npm install @types/events