ckeditor5-build-math

1.0.5 • 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.

Dependencies (0)

    Dev Dependencies (34)

    Package Sidebar

    Install

    npm i ckeditor5-build-math

    Weekly Downloads

    1

    Version

    1.0.5

    License

    ISC

    Unpacked Size

    5.44 MB

    Total Files

    65

    Last publish

    Collaborators

    • mraflif31