UNPKG

substance

Version:

Substance is a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and web-based publishing systems.

8 lines (4 loc) 123 B
import TextNode from './TextNode' class TextBlock extends TextNode {} TextBlock.isBlock = true export default TextBlock