Quill comes ready to use in several convenient forms.
A globally distributed and available CDN is provided, backed by Render.
<!-- Main Quill library -->
<script src="//cdn.quilljs.com/1.3.6/quill.js"></script>
<script src="//cdn.quilljs.com/1.3.6/quill.min.js"></script>
<!-- Theme included stylesheets -->
<link href="//cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
<link href="//cdn.quilljs.com/1.3.6/quill.bubble.css" rel="stylesheet">
<!-- Core build with no theme, formatting, non-essential modules -->
<link href="//cdn.quilljs.com/1.3.6/quill.core.css" rel="stylesheet">
<script src="//cdn.quilljs.com/1.3.6/quill.core.js"></script>
Add Quill as an NPM dependency and add it your own build workflow, or use the included built options. Compiled stylesheets are also included in dist/ folder.
npm install quill@1.3.6
Quill builds are also available for direct download on every release.
And of course the complete source code is always available on Github.
git clone git@github.com:quilljs/quill.git