UNPKG

typewriter-editor

Version:

A rich text editor using the Delta format with decorations and rendered with a tiny virtual dom

9 lines (8 loc) 246 B
import './embeds'; import './formats'; import './lines'; export const defaultTypes = { lines: ['paragraph', 'header', 'list', 'blockquote', 'code-block', 'hr'], formats: ['link', 'bold', 'italic', 'code'], embeds: ['image', 'br'], };