@aurigma/design-editor-iframe
Version:
Using this module you can embed Design Editor (a part of Customer's Canvas) to your page through the IFrame API.
10 lines • 331 B
JavaScript
export * from './CommandManager';
export * from './Editor';
export * from './EditorBuilder';
export * from './GlobalEvents';
export * from './IframeApi';
export * from './RuntimeConfiguration';
export * from './Configuration';
export * from './ObjectModel';
export * from './PostMessage';
//# sourceMappingURL=index.js.map