1.0.1 • Published 4 years ago

simple-screenshot v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

SimpleScreenshot

前后端混合式“截屏”方案。

特性及优势

  • 支持全部 CSS 属性;
  • 支持小程序和浏览器;
  • 所见即所得,简单方便;
  • 支持客户端、服务器两种渲染方式,成本低,兼容性高。

详细介绍

示例

微信小程序示例

npm.io

Web 示例

npm.io

安装

npm i simple-screenshot

目录

├── build                    // 打包构建代码
├── examples                 // 示例项目
│   ├── web
│   ├── qq-app
│   └── wechat-app
├── server                   // 截屏服务
├── tools                    // 辅助工具
│   └── format_xml.html
├── index-web.js             // Web SimpleScreenshot 代码
├── index-qq.js              // QQ 小程序 SimpleScreenshot 代码
└── index-wechat.js          // 微信小程序 SimpleScreenshot 代码

教程

兼容性自测

TodoList

开源许可协议

MIT License.

应用