UNPKG

frostui-editor

Version:

FrostUI-Editor is a free, open-source WYSIWYG editor for Javascript.

39 lines (23 loc) 914 B
# FrostUI Editor **FrostUI Editor** is a free, open-source WYSIWYG editor for *JavaScript*. It is built on top of the [FrostUI](https://github.com/elusivecodes/FrostUI) library. ## Table Of Contents - [Installation](#installation) - [Usage](#usage) ## Installation **Dependencies** - [FrostCore](https://github.com/elusivecodes/FrostCore) - [FrostDOM](https://github.com/elusivecodes/FrostDOM) - [FrostUI](https://github.com/elusivecodes/FrostUI) **CSS** ```html <link rel="stylesheet" href="/path/to/frost-ui.min.css" /> <link rel="stylesheet" href="/path/to/frost-ui-editor.min.css" /> ``` **JS** ```html <script type="text/javascript" src="/path/to/frost-ui-bundle.min.js"></script> <script type="text/javascript" src="/path/to/frost-ui-editor.min.js"></script> ``` ## Usage Check the demo folder for examples. Full documentation and website coming soon™.