0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-02-07 07:08:01 -05:00
penpot-exporter-figma-plugin/plugin-src/messageHandlers/handleResizeMessage.ts

4 lines
105 B
TypeScript
Raw Normal View History

2024-04-09 11:23:06 +02:00
export function handleResizeMessage(width: number, height: number) {
figma.ui.resize(width, height);
}