Module

Quill

Package
purescript-quill
Repository
jmackie/purescript-quill

#Editor Source

data Editor

An instance of the Quill javascript object.

#editor Source

editor :: forall eff. Options Config -> HTMLElement -> API (quill :: QUILL | eff) Editor

Initialise a Quill Editor on the given element.