kevmodrome / svelte-quill

An action for Svelte components to easily use QuillJS.
MIT License
38 stars 10 forks source link

Enables the package to return the quill instance to a variable #5

Closed ggaabe closed 3 years ago

ggaabe commented 3 years ago

This PR enables the package to return the quill instance to a variable. This is useful when you have more than one editor on a page, or need to access the native Quill API calls on an instance directly.