Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astro_compress/dist/options/img.js>default

🗜️ AstroJS compression utilities. Compress CSS, HTML, JavaScript and more.
Latest
variable default
import { default } from "https://deno.land/x/astro_compress@v1.1.40/dist/options/img.js";

type

{ avif: { chromaSubsampling: string; effort: number; }; gif: { effort: number; }; jpeg: { chromaSubsampling: string; mozjpeg; trellisQuantisation; overshootDeringing; optimiseScans; }; png: { compressionLevel: number; palette; }; raw; tiff: { compression: string; }; webp: { effort: number; }; }