Documentation:Download
Edit on GitHub

Download

Quill comes ready to use in several convenient forms.

CDN

A globally distributed and available CDN is provided, backed by jsDelivr.

<!-- Main Quill library -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/quill.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/quill.min.js"></script>
<!-- Theme included stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/quill.snow.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/quill.bubble.css" rel="stylesheet">
<!-- Core build with no theme, formatting, non-essential modules -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/quill.core.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/quill.core.js"></script>

NPM

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 [email protected]

Direct Download

Quill builds are also available for direct download on every release.

Source

And of course the complete source code is always available on GitHub.

git clone [email protected]:quilljs/quill.git

An Open Source Project

Quill is developed and maintained by Slab. It is permissively licensed under BSD. Use it freely in personal or commercial projects!