UNPKG

@imgly/plugin-vectorizer-web

Version:

Vectorizer plugin for the CE.SDK editor

5 lines (4 loc) 240 B
import CreativeEditorSDK from '@cesdk/cesdk-js'; import { VectorPath } from './types'; declare function addAsVectorGroup(blockId: number, vectorPaths: VectorPath[], cesdk: CreativeEditorSDK): number | void; export default addAsVectorGroup;