npm.io
4.0.0 • Published 3 years ago

is-image

Licence
MIT
Version
4.0.0
Deps
0
Size
4 kB
Vulns
0
Weekly
0
Stars
100

is-image

Check if a file path is an image

It just checks the extension. Use image-type if you want to check the actual file.

Install

npm install is-image

Usage

import isImage from 'is-image';

isImage('source/unicorn.png');
//=> true

isImage('source/unicorn.txt');
//=> false

Keywords