layout: post permalink: /blog/an-official-cdn-for-quill/
Quill now has an offical Content Distribution Network so you can have access to a reliable, high-speed host for the library. To include a file:
<link rel="stylesheet" href="//cdn.quilljs.com/0.16.0/quill.snow.css" />
<script src="//cdn.quilljs.com/0.16.0/quill.min.js"></script>
You can also use "latest" as the version:
<script src="//cdn.quilljs.com/latest/quill.min.js"></script>