UNPKG

@remotion/shapes

Version:

Generate SVG shapes

9 lines (8 loc) 200 B
import type { Instruction } from '@remotion/paths'; export type ShapeInfo = { path: string; width: number; height: number; transformOrigin: string; instructions: Instruction[]; };