build-math-cafeta-npm

1.0.12 • Public • Published

This is a fork from https://github.com/ckeditor/ckeditor5-build-classic

Documentation

See:

Quick start

npm install --save @ckeditor/ckeditor5-build-math

And then

import ClassicEditor from '@ckeditor/ckeditor5-build-classic';
 
// Or using the CommonJS version:
// const ClassicEditor = require( '@ckeditor/ckeditor5-build-classic' );
 
ClassicEditor
    .create( document.querySelector( '#editor' ) )
    .then( editor => {
        window.editor = editor;
    } )
    .catch( error => {
        console.error( 'There was a problem initializing the editor.', error );
    } );

License

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file or https://ckeditor.com/legal/ckeditor-oss-license.

Readme

Keywords

Package Sidebar

Install

npm i build-math-cafeta-npm

Weekly Downloads

0

Version

1.0.12

License

ISC

Unpacked Size

5.1 MB

Total Files

65

Last publish

Collaborators

  • pacch