bludit/bl-plugins/quill/quill-1.3.6/docs/_posts/2014-08-12-an-official-cdn-for-quill.md

21 lines
520 B
Markdown
Raw Normal View History

2018-10-18 19:21:57 +02:00
---
layout: post
permalink: /blog/an-official-cdn-for-quill/
title: An Offical 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:
```html
<link rel="stylesheet" href="//cdn.quilljs.com/0.16.0/quill.snow.css" />
```
```html
<script src="//cdn.quilljs.com/0.16.0/quill.min.js"></script>
```
You can also use "latest" as the version:
```html
<script src="//cdn.quilljs.com/latest/quill.min.js"></script>
```