UNPKG

@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 (9 loc) 298 B
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';