ckeditor-image-to-base-mga
v0.0.6
Published
ckeditor-image-to-base64 plugin for CKEditor 4 - Adds images from local as base64 string into the source without server side processing. Also works when pasting an image copied from Word
Downloads
81
Maintainers
Readme
YetiForce Ckeditor image to base64 plugin for CKEditor 4
Created by YetiForce Sp. z o.o. https://yetiforce.com and Marius Grande Andersen
Differences between this fork and main one:
- Fixed issue copying image directly from Word to ckeditor plugin.
Requirements
The Browser must support the JavaScript File API.
Installation
"yarn add ckeditor-image-to-base64-mga"
Enable the plugin by using the extraPlugins configuration setting. Example: CKEDITOR.config.extraPlugins = "ckeditor-image-to-base64";
License
MIT