mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-19 15:42:50 +00:00
12 lines
385 B
Markdown
12 lines
385 B
Markdown
<!--
|
||
* @Date: 2021-01-17 14:27:49
|
||
* @LastEditors: chentianshang
|
||
* @LastEditTime: 2021-01-17 21:49:46
|
||
* @FilePath: /github-h5-Dooring/doc/zh/guide/functionRealization/screenshot.md
|
||
-->
|
||
# 截图功能
|
||
|
||
截图功能这里我们主要使用了dom-to-image这个库,来将html转化为图片,并进行分享。
|
||
|
||
<img src="../../../img/functionRealization/screenshot.png" alt="foo">
|