🎨 Font Awesome & Web Awesome Kit Support

✅ What's New

QuillKit now supports Font Awesome and Web Awesome kits via JavaScript:

Test 1: Font Awesome 6 Pro Kit

This editor is configured with Font Awesome 6 Pro kit URL.

Test 2: Web Awesome 3.0 Kit

This editor is configured with Web Awesome 3.0 (Font Awesome 7.0) kit URL.

Test 3: Both Kits Together

This editor has both kits configured simultaneously.

📝 Configuration Example

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'
  }
});