What do people use to render quill content in a non editor context? Does quill exposes a method for that, or is the a basic rendering library?
I use quill as part of a templating app. I save the different editable blocks in the delta format later I'd like to render that content without instantiating the editor. And preferably with loading a much smaller lib then quill if anybody can recommend one.
Thanx
What do people use to render quill content in a non editor context? Does quill exposes a method for that, or is the a basic rendering library?
I use quill as part of a templating app. I save the different editable blocks in the delta format later I'd like to render that content without instantiating the editor. And preferably with loading a much smaller lib then quill if anybody can recommend one.
Thanx