Sample Code
// Initialize editor
const editor = QuillKit.init('#my-editor', {
toolbar: true,
height: '500px'
});
// Images automatically get resize handles
// You can also insert images programmatically:
// SelectionUtils.insertImage('url', 'alt text', width, height);