UNPKG

@imgly/plugin-background-removal-web

Version:

Background Removal plugin for the CE.SDK editor

4 lines (3 loc) 185 B
import type CreativeEditorSDK from '@cesdk/cesdk-js'; declare function uploadBlob(blob: Blob, initialUri: string, cesdk: CreativeEditorSDK): Promise<string>; export default uploadBlob;