biji/前端/newnote_1581070948393.md
2020-02-07 18:29:52 +08:00

9 lines
386 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

> 遇到一个需要生成海报的需求但是海报又过于复简单的canvas实现太麻烦所以想直接通过dom生成图片。
## 初始准备
用到的库有三个
- ```jquery```
- ```html2canvas```
- ```Canvas2Image```
中间还尝试过一次```dom-to-image```但是出现了错误,没发使用,所以换到了```html2canvas```
## 开始使用
第一步还是先