DefinitelyTyped/types/figma/figma-tests.ts
Rudi Chen b1ccf5f624 Add typings for Figma Plugin API (#37748)
* add typings for Figma API

* small test file

* add note about contacting us

* lint

* header review
2019-08-20 12:45:36 -07:00

4 lines
100 B
TypeScript

const frame = figma.createFrame();
frame.appendChild(figma.createRectangle());
figma.closePlugin();