文件名称:bitmap-sdf:计算imagebitmapbw数据的SDF
文件大小:30KB
文件格式:ZIP
更新时间:2024-05-29 01:49:52
bitmap sdf JavaScript
位图-sdf 计算图像/ bw数据的带符号距离字段。 减少API的前叉。 用法 let calcSdf = requrie ( 'bitmap-sdf' ) //draw image let canvas = document . body . appendChild ( document . createElement ( 'canvas' ) ) let w = canvas . width = 200 , h = canvas . height = 200 let ctx = canvas . getContext ( '2d' ) ctx . fillStyle = 'white' ctx . font = 'bold 30px sans-serif' ctx . fillText ( 'X' , 20 , 20 ) //calculate distances let dist
【文件预览】:
bitmap-sdf-master
----.eslintrc.json(1KB)
----index.html(60KB)
----.gitattributes(61B)
----preview.png(7KB)
----test.js(3KB)
----.npmignore(22B)
----.gitignore(13B)
----index.js(4KB)
----readme.md(3KB)
----package.json(840B)