0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-05 06:10:52 -05:00
penpot-exporter-figma-plugin/plugin-src/messageHandlers/handleResizeMessage.ts
2024-04-12 18:52:19 +02:00

3 lines
105 B
TypeScript

export function handleResizeMessage(width: number, height: number) {
figma.ui.resize(width, height);
}