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

4 lines
105 B
TypeScript
Raw Normal View History

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