Skip to main content

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