is-image:检查文件路径是否为图像

时间:2024-06-15 01:41:08
【文件属性】:

文件名称:is-image:检查文件路径是否为图像

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-15 01:41:08

JavaScript

形象 检查文件路径是否为图像 它只是检查扩展名。 如果要检查实际文件,请使用 。 安装 $ npm install is-image 用法 const isImage = require ( 'is-image' ) ; isImage ( 'source/unicorn.png' ) ; //=> true isImage ( 'source/unicorn.txt' ) ; //=> false 有关的 图片扩展列表 type-检测Buffer / Uint8Array的图像类型 path-检查文件路径是否为文本文件 path-检查文件路径是否为二进制文件 执照 麻省理工学院:copyright:


【文件预览】:
is-image-main
----index.test-d.ts(116B)
----.gitattributes(19B)
----.github()
--------workflows()
----test.js(241B)
----license(1KB)
----index.d.ts(253B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(236B)
----readme.md(851B)
----package.json(699B)

网友评论