/Quill-Zefyr-Bijection

A Flutter package that converts quill json to zefyr delta.

Primary LanguageDartMIT LicenseMIT

Quill Zefyr Bijection

A Flutter package that converts quill json to zefyr delta.

Example

Delta d=QuillZefyrBijection.convertJSONToZefyrDelta('{
  "ops": [
    {
      "insert": "Gandalf the Grey\n"
    }
  ]
}');