@imgly/plugin-qr-code-web
Version:
QR code generation plugin for the CE.SDK editor
9 lines (8 loc) • 368 B
TypeScript
import { EditorPlugin } from '@cesdk/cesdk-js';
export declare const PLUGIN_ID = "@imgly/plugin-qr-code-web";
export interface PluginConfiguration {
createdBlockType?: 'fill' | 'shape';
addCheckboxForCreatedBlockType?: boolean;
}
declare const _default: (configuration?: PluginConfiguration) => Omit<EditorPlugin, 'name' | 'version'>;
export default _default;