UNPKG

@imgly/plugin-vectorizer-web

Version:

Vectorizer plugin for the CE.SDK editor

17 lines (16 loc) 276 B
export interface VectorPath { transform: { x: number; y: number; rotation: number; width: number; height: number; }; shape: { path: string; }; fill: { kind: 'Color'; color: number[]; }; }