Overview of the quill-delta fork
trunkThis package is a fork of the quill-delta npm package. It is used to apply incremental text updates to Y.Text using Delta objects.
This fork exists to ensure license compatibility with WordPress (GPLv2) by replacing the fast-diff dependency (Apache v2) with the diff library. It also includes an enhanced diffWithCursor() method to handle text changes relative to a user's active cursor position.