is-psd:检查BufferUint8Array是否为PSD图像

时间:2024-06-15 02:04:20
【文件属性】:

文件名称:is-psd:检查BufferUint8Array是否为PSD图像

文件大小:133KB

文件格式:ZIP

更新时间:2024-06-15 02:04:20

JavaScript

is-psd 检查Buffer / Uint8Array是否为图像 安装 $ npm install is-psd 用法 Node.js const readChunk = require ( 'read-chunk' ) ; // npm install read-chunk const isPsd = require ( 'is-psd' ) ; const buffer = readChunk . sync ( 'unicorn.psd' , 0 , 4 ) ; isPsd ( buffer ) ; //=> true 浏览器 const xhr = new XMLHttpRequest ( ) ; xhr . open ( 'GET' , 'unicorn.psd' ) ; xhr . responseType = 'arraybuffer' ; xhr . onload


【文件预览】:
is-psd-main
----fixture.psd(101KB)
----.gitignore(23B)
----fixture.png(53KB)
----package.json(667B)
----.npmrc(19B)
----index.js(195B)
----test.js(248B)
----.github()
--------workflows()
----license(1KB)
----readme.md(874B)
----.gitattributes(29B)
----.editorconfig(175B)

网友评论