@candlefw/charcoal

Text Editor Framework

Usage no npm install needed!

<script type="module">
  import candlefwCharcoal from 'https://cdn.skypack.dev/@candlefw/charcoal';
</script>

README

CandleFW Charcoal

CandleFW Charcoal is a framework for text editors.

Install

NPM

npm install --save @candlefw/charcoal

Usage

TextFramework clearContents - Removes all text data. resets the TextFramework

note: This script uses ES2015 module syntax, and has the extension .mjs. To include this script in a project, you may need to use the node flag --experimental-modules; or, use a bundler that supports ES modules, such as rollup.