UNPKG

ckeditor-image-to-base

Version:

ckeditor-image-to-base64 plugin for CKEditor 4 - Adds images from local as base64 string into the source without server side processing.

27 lines (15 loc) 996 B
# YetiForce Ckeditor image to base64 plugin for CKEditor 4 [![npm package](https://img.shields.io/npm/v/ckeditor-image-to-base/latest.svg)](https://www.npmjs.com/package/ckeditor-image-to-base) [![Known Vulnerabilities](https://snyk.io//test/github/YetiForceCompany/ckeditor-image-to-base64/badge.svg?targetFile=package.json)](https://snyk.io//test/github/YetiForceCompany/ckeditor-image-to-base64?targetFile=package.json) Created by YetiForce Sp. z o.o. https://yetiforce.com ## Requirements The Browser must support the JavaScript File API. ## Installation npm i ckeditor-image-to-base 1. Download the plugin from https://github.com/YetiForceCompany/ckeditor-image-to-base64/archive/master.zip 2. Extract (decompress) the downloaded file into the plugins folder of your CKEditor installation. 3. Enable the plugin by using the extraPlugins configuration setting. Example: CKEDITOR.config.extraPlugins = "ckeditor-image-to-base64"; ## License MIT