0.0.6 • Published 1 year ago

ckeditor5-custom-build-bla v0.0.6

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
1 year ago

#CKEditor 5 Financial Table Plugins

###TableUnderline

####Installation

npm install

####Build

npm run build

After build, please aware of this code in the build/ckeditor.js file.

function IA(t){return t?!![...t.getAttributeKeys()].length:0}

.......

this._destructor=t=>t?t.destroy():false

####Integration

cp -rf dist ../your_app/lib

index.html

...
<script src="lib/bundle.js"></script>
...
<div id="editor">
  <p>Simple Test</p>
</div>

Then, open index.html file on browser