0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-23 07:48:41 -05:00
penpot-exporter-figma-plugin/src/plugin/messageHandlers/handleResizeMessage.ts
Alex Sánchez 4b2e563070
refactor
2024-04-09 11:23:06 +02:00

3 lines
105 B
TypeScript

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