@buxlabs/is-image

1.0.1 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @buxlabs/is-image

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • buxlabs-dev
    • emilos