UNPKG

@ckeditor/ckeditor5-html-embed

Version:

HTML embed feature for CKEditor 5.

12 lines (11 loc) 425 B
/** * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** * @module html-embed */ export { default as HtmlEmbed } from './htmlembed.js'; export { default as HtmlEmbedEditing } from './htmlembedediting.js'; export { default as HtmlEmbedUI } from './htmlembedui.js'; import './augmentation.js';