import {createFigma} from "figma-api-stub"; const figma = createFigma(); const rect = figma.createRectangle(); rect.resize(100, 200); ...
確定! 回上一頁