Package Exports
- mac-extension-icon
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mac-extension-icon) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
mac-extension-icon 
Get the native macOS icon for a specific file extension as a PNG image buffer.
var getIconForExtension = require('mac-extension-icon').getIconForExtension
getIconForExtension('.mp3', function (error, pngBuffer) {
require('fs').writeFileSync('mp3.png', pngBuffer)
})