Skip to content

buxlabs/is-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-image

Check if a filepath is an image

The package is very similar to image-type but it does not depend on built in path and does not use const or Set. It makes it simpler to use it in older browsers without a transpilation step. It does not handle all of the edge cases as path.extname does though.

Install

$ npm install @buxlabs/is-image

Usage

var isImage = require('@buxlabs/is-image');

isImage('src/foo.png'); // true
isImage('src/foo.txt'); // false

Related

License

MIT

About

Check if a filepath is an image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published