file-icon:获取文件或应用程序的图标作为PNG图像(macOS)

时间:2024-05-28 09:50:16
【文件属性】:

文件名称:file-icon:获取文件或应用程序的图标作为PNG图像(macOS)

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-28 09:50:16

nodejs macos swift app image

文件图标 获取文件或应用程序的图标作为PNG图像 需要macOS 10.10或更高版本。 macOS 10.13或更早的版本需要下载。 安装 $ npm install file-icon 用法 import fs from 'fs' ; import fileIcon from 'file-icon' ; // An app name can be used const buffer = await fileIcon . buffer ( 'Safari' ) ; fs . writeFileSync ( 'safari-icon.png' , buffer ) ; // An array of app names const apps = [ 'Finder' , 'Safari' ] ; const buffers = await fileIcon . buffer ( apps )


【文件预览】:
file-icon-main
----.gitattributes(19B)
----.github()
--------workflows()
----Sources()
--------file-icon()
----test.js(8KB)
----license(1KB)
----Package.swift(186B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(55B)
----index.js(3KB)
----readme.md(3KB)
----package.json(958B)

网友评论