From 697010e7c63149aad0b6cf4a24a6b4925320f44c Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Thu, 11 Apr 2024 23:54:56 -0500 Subject: [PATCH] Add quill-delta-to-react --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 697771c..4ae8ef4 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ A curated list of awesome things related to Quill - [quill-delta-python](https://github.com/forgeworks/quill-delta-python) - Python implementation of Delta with an optional extension to render HTML - [php-quill-renderer](https://github.com/deanblackborough/php-quill-renderer) - Render quill insert deltas to HTML and Markdown - [quill-delta-to-html](https://github.com/nozer/quill-delta-to-html) - Converts Quill's delta ops to HTML +- [quill-delta-to-react](https://github.com/wirechunk/quill-delta-to-react) - Render Quill's Delta ops in React - [go-render-quill](https://github.com/dchenk/go-render-quill) - A Go package to render Quill deltas into HTML - [quill-render](https://github.com/casetext/quill-render) - Renders quilljs deltas into HTML - [quilljs-renderer](https://github.com/UmbraEngineering/quilljs-renderer) - Renders an insert-only Quilljs delta into various format like HTML