guess-file-type

Detect the file type by doing various checks. Returns the mime type.

png-or-not

A lightweight utility to check whether a given file or buffer is a valid PNG image by verifying its signature bytes(magic number). Perfect for validating image uploads or streams before processing.