|
/*
|
|
Template Name: Attex - Responsive Tailwind CSS 3 Admin Dashboard
|
|
Author: CoderThemes
|
|
Website: https://coderthemes.com/
|
|
Contact: support@coderthemes.com
|
|
File: Quilljs init js
|
|
*/
|
|
|
|
|
|
// Bubble theme
|
|
var quill = new Quill('#bubble-editor', {
|
|
theme: 'bubble'
|
|
}); |