Socket
Socket
Sign inDemoInstall

ckeditor5-build-blueberry

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ckeditor5-build-blueberry

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


Version published
Maintainers
1
Created

Readme

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

FAQs

Last updated on 29 Jun 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc