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) 204 B
import { ContainerAnnotation } from 'substance' class TestContainerAnnotation extends ContainerAnnotation {} TestContainerAnnotation.type = 'test-container-anno' export default TestContainerAnnotation