文件名称:canvas-screenshot:一个小技巧小马包,可以从画布上下载图像
文件大小:3.35MB
文件格式:ZIP
更新时间:2024-05-19 05:38:36
screenshot downloader canvas download JavaScript
画布截屏 一个小技巧小马程序包,用于从画布下载图像。 安装 npm install canvas-screenshot 用法 import canvasScreenshot from "canvas-screenshot" ; import canvasContext from "canvas-context" ; // Create const { context , canvas } = canvasContext ( "2d" , { width : 100 , height : 100 , } ) ; // Draw context . fillStyle = "salmon" ; context . fillRect ( 40 , 40 , 20 , 20 ) ; // Export const button = document . createElement ( "
【文件预览】:
canvas-screenshot-main
----.gitignore(33B)
----web_modules()
--------file-extension.js(836B)
--------canvas-context.js(2KB)
--------import-map.json(158B)
--------es-module-shims.js(82KB)
----package.json(1007B)
----types.js(394B)
----package-lock.json(3KB)
----LICENSE.md(1KB)
----index.js(2KB)
----CHANGELOG.md(571B)
----README.md(5KB)
----screenshot.gif(3.73MB)
----index.html(4KB)
----.npmignore(100B)
----.editorconfig(147B)