# 下载（Download）

Quill可以通过一下几个方式进行使用。

## CDN

一个由Amazon Cloudfront 提供的全球可用的分布式CDN。

```
<!-- Quill主要库 -->
<script src="//cdn.quilljs.com/1.3.4/quill.js"></script>
<script src="//cdn.quilljs.com/1.3.4/quill.min.js"></script>

<!-- 主题样式 -->
<link href="//cdn.quilljs.com/1.3.4/quill.snow.css" rel="stylesheet">
<link href="//cdn.quilljs.com/1.3.4/quill.bubble.css" rel="stylesheet">

<!-- 核心库，不包含主题、格式化等非必要模块 -->
<link href="//cdn.quilljs.com/1.3.4/quill.core.css" rel="stylesheet">
<script src="//cdn.quilljs.com/1.3.4/quill.core.js"></script>
```

## NPM

将Quill添加为npm依赖，并添加到你的工作流中，或者使用包含的内置选项。编译过的样式文件也被包含在`dist/`文件夹中。

```
npm install quill@1.3.4
```

## 直接下载

Quill的每个版本都提供了[直接下载](https://github.com/quilljs/quill/releases/tag/v1.3.4)的打包文件。

## 源代码

完整的源代码托管在[Github](https://github.com/quilljs/quill)上。

```
git clone git@github.com:quilljs/quill.git
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kang-bing-kui.gitbook.io/quill/wen-dang-document/download.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
