Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 322 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 322 Bytes

Editor

A text editor

Installation

Download src/editor

import { Editor } from "/path/to/editor/editor.js";

or use a CDN

import { Editor } from ".https://cdn.jsdelivr.net/gh/ninjamar/editor@latest/src editor/editor.js";

Usage

new Editor(editorElement, options);