QuillKit now supports Font Awesome and Web Awesome kits via JavaScript:
This editor is configured with Font Awesome 6 Pro kit URL.
This editor is configured with Web Awesome 3.0 (Font Awesome 7.0) kit URL.
This editor has both kits configured simultaneously.
To use Font Awesome or Web Awesome kits in your editor:
const editor = QuillKit.init('#my-editor', {
icons: {
enabled: true,
fontAwesomeKit: 'https://kit.fontawesome.com/aee0b6cfec.js',
webAwesomeKit: 'https://kit.webawesome.com/0cae55a306764d0d.js'
}
});