node-prosemirror-transform

ProseMirror document transformations
  https://github.com/prosemirror/prosemirror-transform#readme
  0
  no reviews



This is a core module of ProseMirror. ProseMirror is a well-behaved rich semantic content editor based on contentEditable, with support for collaborative editing and custom document schemas. This module implements document transforms, which are used by the editor to treat changes as first-class values, which can be saved, shared, and reasoned about.

Node.js is an event-based server-side JavaScript engine.