canvas-heightmap:画布高度图生成器

时间:2024-05-25 15:58:07
【文件属性】:

文件名称:canvas-heightmap:画布高度图生成器

文件大小:79KB

文件格式:ZIP

更新时间:2024-05-25 15:58:07

canvas generator heightmap JavaScript

画布高度图 Canvas Heightmap是一个软件包,可以按像素,通道或平均值获取具有不同表示形式的图像数据,可用于构建高度图。 快速开始 安装 npm install canvas-heightmap 用 const ch = new CanvasHeightmap ( ) ; // At first set the source and wait until it would be loaded. ch . use ( 'https://raw.githubusercontent.com/loginov-rocks/canvas-heightmap/master/test/resources/black-and-white.png' ) . then ( ( ) => { // Secondly invoke draw method to render ima


【文件预览】:
canvas-heightmap-main
----.eslintrc.json(133B)
----.gitignore(975B)
----package.json(955B)
----package-lock.json(114KB)
----src()
--------CanvasHeightmap.js(10KB)
----LICENSE(1KB)
----.github()
--------workflows()
----README.md(11KB)
----.idea()
--------misc.xml(174B)
--------encodings.xml(135B)
--------vcs.xml(167B)
--------codeStyles()
--------canvas-heightmap.iml(555B)
--------inspectionProfiles()
--------jsLibraryMappings.xml(187B)
--------modules.xml(284B)
----test()
--------.eslintrc.json(37B)
--------resources()
--------CanvasHeightmap.spec.js(16KB)

网友评论