Socket
Book a DemoInstallSign in
Socket

ckeditor5-build-blueberry

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ckeditor5-build-blueberry

The tiny CKEditor 5 classic editor base ckeditor5-build-classic.

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

CKEditor 5 blueberry editor

NPM

The tiny CKEditor 5 classic editor base ckeditor5-build-classic.

Feature

  • 💧Only necessary menus
  • 🔥Can work in the project with parcel

Quick start

First, install the build from npm:

npm i --save ckeditor5-build-blueberry

And use it:

import BerryEditor from 'ckeditor5-build-blueberry';

BerryEditor
	.create( document.querySelector( '#editor' ) )
	.then( editor => {
		window.editor = editor;
	} )
	.catch( err => {
		console.error( err.stack );
	} );

Verify with parcel

npm i -g parcel-bundler

parcel sample/index-parcel.html

Issue: https://github.com/ckeditor/ckeditor5/issues/986

Keywords

ckeditor5-build

FAQs

Package last updated on 29 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts