ckeditor5-custom-build-mathtype-imageresize

1.0.1 • Public • Published

CKEditor 5 editor With Mathtype and imageresize plugin

To install:

npm i ckeditor5-custom-build-mathtype-imageresize

To use:

import { CKEditor } from "@ckeditor/ckeditor5-react";
import ClassicEditor from "ckeditor5-custom-build-mathtype-imageresize";

const Editor = ({ onChange, value }) => {
  return (
    <CKEditor
      editor={ClassicEditor}
      data={value}
      onChange={(event, editor) => {
        const data = editor.getData();
        onChange(data);
      }}
    />
  );
};

Package Sidebar

Install

npm i ckeditor5-custom-build-mathtype-imageresize

Weekly Downloads

12

Version

1.0.1

License

SEE LICENSE IN LICENSE.md

Unpacked Size

27.8 kB

Total Files

8

Last publish

Collaborators

  • mkt_77
  • mahesh_trapasiya