Skip to main content
Deno 2 is finally here 🎉️
Learn more

is-image

This module checks only the ending of the file

Getting started

import { isImage, isWebImage } from 'https://deno.land/x/is_image/mod.ts'

isImage('image.png') //true
isWebImage('image.tga') //false