quill_html_editor
quill_html_editor copied to clipboard
[FEATURE] Using TTF icons instead of PNG files
Hey, I saw that the library is using PNG files for icons, I think we can save some space by adding them as a icons.ttf file.
And then we can use them as IconData:
IconData h1 = IconData(0xe380, fontFamily: _kIconFam);