UNPKG

water-mark-export

Version:

页面canvas水印生成及导出图片功能

26 lines (25 loc) 540 B
{ "name": "water-mark-export", "version": "0.0.3", "description": "页面canvas水印生成及导出图片功能", "private": false, "main": "index.js", "module": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/qwex888/water-mark-export.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "canvas", "waterMark" ], "author": "yocat", "license": "ISC", "dependencies": { "html2canvas": "^1.4.1" } }