Repository
Current version released
5 years ago
Dependencies
std
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