1.0.0 • Published 8 years ago

identify-filetype v1.0.0

Weekly downloads
49
License
MIT
Repository
github
Last release
8 years ago

identify-filetype

Identifies the file-type of a buffer using the magic-number signatures at the start of the file.

var identify = require('identify-filetype')

console.log(identify(some_buffer)) // => string | false

Supported types:

jpg png gif bmp tif tif nif ico psd rar zip gz msi iso rtf avi wmv wma swf flv mid pdf doc docx mp3 svg html

Tested:

tif pdf psd gif jpg png bmp tif ico rar docx gz doc rtf svg html