Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 585 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 585 Bytes

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'
}