|
|
@@ -0,0 +1,30 @@
|
|
|
+---
|
|
|
+category: api-reference
|
|
|
+---
|
|
|
+
|
|
|
+# Media embed feature for CKEditor 5
|
|
|
+
|
|
|
+[](https://www.npmjs.com/package/@ckeditor/ckeditor5-media-embed)
|
|
|
+
|
|
|
+This package implements the media embed feature for CKEditor 5.
|
|
|
+
|
|
|
+## Documentation
|
|
|
+
|
|
|
+See the {@link features/media-embed Media embed feature} guide and the {@link module:media-embed/mediaembed~MediaEmbed} plugin documentation.
|
|
|
+
|
|
|
+## Installation
|
|
|
+
|
|
|
+```bash
|
|
|
+npm install --save @ckeditor/ckeditor5-media-embed
|
|
|
+```
|
|
|
+
|
|
|
+## Contribute
|
|
|
+
|
|
|
+The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-media-embed.
|
|
|
+
|
|
|
+## External links
|
|
|
+
|
|
|
+* [`@ckeditor/ckeditor5-media-embed` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-media-embed)
|
|
|
+* [`ckeditor/ckeditor5-media-embed` on GitHub](https://github.com/ckeditor/ckeditor5-media-embed)
|
|
|
+* [Issue tracker](https://github.com/ckeditor/ckeditor5-media-embed/issues)
|
|
|
+* [Changelog](https://github.com/ckeditor/ckeditor5-media-embed/blob/master/CHANGELOG.md)
|