Skip to main content
Module

x/minifier/mod.ts>MinifyHTMLOptions

Minify HTML, JS, CSS, and JSON with this WASM-powered module for Deno!
Latest
interface MinifyHTMLOptions
import { type MinifyHTMLOptions } from "https://deno.land/x/minifier@v1.1.1/mod.ts";

The options for how you want to minify the given html code.

Properties

minifyCSS: boolean
minifyJS: boolean