basilmnm

Results 1 comments of basilmnm

const editor = new Quill('#quill-editor', { bounds: '#quill-editor', modules: { toolbar: this.toolbarOptions }, placeholder: 'Free Write...', theme: 'snow' }); /** * Step1. select local image * */ function selectLocalImage() {...