Module

Quill.Editor

Package
purescript-quill
Repository
jmackie/purescript-quill

#Editor Source

newtype Editor

An instance of the Quill javascript object.

#new Source

new :: forall m. MonadEffect m => Options Config -> HTMLElement -> m Editor

Initialise a Quill Editor on the given element.