gulf-quill

4.0.0 • Public • Published

gulf-quill

Convenient gulf bindings for quill

  • Compatible with quill v1.x (0.20 still works, too).

Install

npm install --save gulf-quill

Usage

var bindEditor = require('gulf-quill')
 
// ...
 
var doc = bindEditor(quill)
 
masterStream.pipe(doc.masterLink()).pipe(masterStream)

API

bindEditor(cm:QuillInstance, [storageAdapter])

  • cm -- a quill instance to be wired up with gulf
  • storageAdapter -- a gulf storage adapter (optional; defaults to the in-memory Adapter)
  • returns the gulf.EditableDocument (see the gulf docs; the returned document has the quill Instance set as quill property)

Legal

(c) 2015 by Marcel Klehr

GNU Lesser General Public License

Package Sidebar

Install

npm i gulf-quill

Weekly Downloads

1

Version

4.0.0

License

LGPL-3.0

Last publish

Collaborators

  • marcelklehr