Skip to content

volser/android-quill-delta

Repository files navigation

Delta for Android

Build Status

Kotlin implementation of Delta format - simple, yet expressive format that can be used to describe contents and changes. Deltas can describe any rich text document, includes all text and formatting information, without the ambiguity and complexity of HTML.

Original javascript implementation

Download

dependencies {
      implementation 'com.quill.android:delta:1.0.2'
}