1.0.0 • Published 1 year ago

ckeditor5-build-wirius v1.0.0

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
1 year ago

Why This Project Exists

It contains advanced configuration for CKEditor 5 and can be used as boiler plate for your own project.

How to Use

  1. npm install @subaru/ckeditor5-build-full
  2. import ClassicEditor from '@subaru/ckeditor5-build-full';
  3. ClassicEditor.create( document.querySelector( '#editor' ) );
  4. For React, see https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/react.html