canvas-cave-path:沿路径画洞壁

时间:2024-06-06 21:45:10
【文件属性】:

文件名称:canvas-cave-path:沿路径画洞壁

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-06 21:45:10

JavaScript

帆布洞路径 沿html画布中的路径绘制洞穴墙。 安装 npm install canvas-cave-path 例子 var cave = require ( 'canvas-cave-path' ) , canvas = document . getElementById ( 'my-canvas' ) , ctx = canvas . getContext ( '2d' ) ctx . clearRect ( 0 , 0 , canvas . width , canvas . height ) ctx . translate ( 200 , 200 ) ctx . lineWidth = 2 ctx . strokeStyle = 'red' cave ( ctx , [ [ 0 , 0 ] , [ 200 , 0 ] , [


【文件预览】:
canvas-cave-path-master
----package.json(519B)
----example.html(286B)
----example.js(334B)
----lib()
--------cave.js(1KB)
----README.md(643B)

网友评论