An open API service indexing awesome lists of open source software.

https://github.com/ninjamar/editor

A word processor that doesn't use document.execCommand
https://github.com/ninjamar/editor

javascript richtexteditor wysiwyg-editor

Last synced: 8 months ago
JSON representation

A word processor that doesn't use document.execCommand

Awesome Lists containing this project

README

          

# Editor
A text editor

# Installation
Download `src/editor`
```javascript
import { Editor } from "/path/to/editor/editor.js";
```
or use a CDN
```javascript
import { Editor } from ".https://cdn.jsdelivr.net/gh/ninjamar/editor@latest/src editor/editor.js";
```
# Usage
```javascript
new Editor(editorElement, options);
```