0.0.2 • Published 7 months ago

image-format-support v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

image-format-support

Detect support for image formats(avif/heif/webp) in the browser

Install

npm i image-format-support

Usage

import { imageFormatSupport } from 'image-format-support';

imageFormatSupport().then((result) => {
  console.log(`supports webp:` + result.webp);
  console.log(`supports avif:` + result.avif);
  console.log(`supports heif:` + result.heif);
});
0.0.2

7 months ago

0.0.1

7 months ago