node-three-screenshot:拍摄三个场景的PNG屏幕截图

时间:2024-05-27 22:36:32
【文件属性】:

文件名称:node-three-screenshot:拍摄三个场景的PNG屏幕截图

文件大小:68KB

文件格式:ZIP

更新时间:2024-05-27 22:36:32

nodejs screenshot threejs png JavaScript

节点三截屏 拍摄三个场景的PNG屏幕截图 用法 $ npm install node-three-screenshot import { toPNG } from 'node-three-screenshot' ; fs . writeFileSync ( 'out.png' , toPNG ( scene ) ) ; 和开玩笑 $ npm install jest-image-snapshot import { toPNG } from 'node-three-screenshot' ; import { toMatchImageSnapshot } from 'jest-image-snapshot' ; expect . extend ( { toMatchImageSnapshot } ) ; expect ( toPNG ( obj ) ) . toMatchImageSn


【文件预览】:
node-three-screenshot-master
----.gitignore(959B)
----.babelrc(137B)
----package.json(1KB)
----package-lock.json(274KB)
----src()
--------toCanvas.js(999B)
--------index.js(108B)
--------three.js(168B)
--------toPNG.js(117B)
----.travis.yml(234B)
----LICENSE(1KB)
----.eslintrc.js(97B)
----README.md(925B)
----.eslintignore(15B)
----lib()
--------toCanvas.js(2KB)
--------index.js(675B)
--------three.js(250B)
--------toPNG.js(206B)
----.npmignore(9B)
----test()
--------toPNG.test.js(571B)
--------__image_snapshots__()

网友评论