UNPKG

@imgly/plugin-background-removal-web

Version:

Background Removal plugin for the CE.SDK editor

5 lines (4 loc) 205 B
export type Location = 'inspectorBar' | 'navigationBar' | 'canvasBarTop' | 'canvasBarBottom' | 'canvasMenu' | 'dock'; export interface UserInterfaceConfiguration { locations?: Location | Location[]; }