An open API service indexing awesome lists of open source software.

https://github.com/jmackie/purescript-quill

PureScript bindings to the quill (javascript) rich text editor.
https://github.com/jmackie/purescript-quill

javascript purescript quilljs rich-text-editor

Last synced: 8 months ago
JSON representation

PureScript bindings to the quill (javascript) rich text editor.

Awesome Lists containing this project

README

          

# purescript-quill

[![Pursuit version](https://pursuit.purescript.org/packages/purescript-quill/badge)][docs]
[![Build status](https://travis-ci.org/jmackie/purescript-quill.svg?branch=master)](https://travis-ci.org/jmackie/purescript-quill)


Purescript Logo

 

Quill Logo

## Installation

```
bower install purescript-quill
```

## Example

Build it with:

```bash
$ bower install
$ npm run example
```

Then open `example/dist/index.html` in your browser.

```bash
$ open example/dist/index.html
```

## Documentation

Module documentation is [published on Pursuit][docs].

[docs]: http://pursuit.purescript.org/packages/purescript-quill
[quilljs]: https://quilljs.com/