2.0.1 • Published 10 months ago

is-image-web v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

Related

License

MIT © Sindre Sorhus