Skip to content

Repository files navigation

Wordgard

[ WEBSITE | DOCS | ISSUES | FORUM

This is the Wordgard package. It implements a rich text editor framework for the browser.

npm i wordgard
import {Wordgard, menuBar} from "wordgard/editor"
import {fullSchema} from "wordgard/schema"
import {history} from "wordgard/history"

const myEditor = Wordgard.create({
  parent: document.body,
  doc: `<h2>Hello World</h2>`,
  config: [fullSchema(), history(), menuBar()]
})

This project is licensed under an MIT license.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages