typewriter-editor
Version:
A rich text editor using the Delta format with decorations and rendered with a tiny virtual dom
15 lines (14 loc) • 411 B
JavaScript
export * from './copy';
export * from './decorations';
export * from './history';
export * from './input';
export * from './keyboard';
export * from './paste';
export * from './placeholder';
export * from './rendering';
export * from './selection';
export * from './shortcutFromEvent';
export * from './smartEntry';
export * from './smartQuotes';
export * from './virtualRendering';
export * from './defaults';