⚠️ API Key Required: QuillKit requires a valid API key to function. This demo uses a demo API key. For your own projects, you'll need to obtain an API key from the QuillKit service.
Demonstrating the new global object pattern with QuillKit.init() and event system
🌍 Global Initialization API
New Feature: Initialize editors using the global API pattern
Use QuillKit.init(selector, options) instead of new QuillKit()
Automatically tracks all editor instances
Prevents duplicate initialization on the same element
Access editors from anywhere using QuillKit.getInstance(id)