I am trying to create a google-docs clone using Quill and NextJS as a personal project. While displaying all my documents, I want them to have a thumbnail similar to in google docs. I’ve tried just displaying the first 100 characters of the docs in a small font size but that wont have the formatting.
How do i go about doing this?