canvas-tint-image:一个小技巧小马程序包,用于在画布2D上下文中着色图像

时间:2024-05-20 00:55:55
【文件属性】:

文件名称:canvas-tint-image:一个小技巧小马程序包,用于在画布2D上下文中着色图像

文件大小:1.38MB

文件格式:ZIP

更新时间:2024-05-20 00:55:55

JavaScript

画布色调图像 一个小技巧小马程序包,用于在画布2D上下文中着色图像。 安装 npm install canvas-tint-image 用法 import canvasTintImage from "canvas-tint-image" ; import getCanvasContext from "get-canvas-context" ; import AsyncPreloader from "async-preloader" ; const context = getCanvasContext ( "2d" , { width : 100 , height : 100 , } ) ; ( async ( ) => { const image = await AsyncPreloader . loadImage ( { src : "image.jpg" } ) ;


【文件预览】:
canvas-tint-image-main
----.gitignore(33B)
----web_modules()
--------canvas-context.js(2KB)
--------core-js.js(300KB)
--------import-map.json(191B)
--------es-module-shims.js(82KB)
--------common()
--------async-preloader.js(29KB)
----package.json(1KB)
----package-lock.json(5KB)
----LICENSE.md(1KB)
----index.js(997B)
----CHANGELOG.md(712B)
----examples()
--------image.jpg(155KB)
----README.md(3KB)
----screenshot.gif(1.1MB)
----index.html(2KB)
----.npmignore(100B)
----.editorconfig(147B)

网友评论