Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ter/deps.ts>minify

A tiny wiki-style site builder with Zettelkasten flavor.
Go to Latest
function minify
import { minify } from "https://deno.land/x/ter@0.7.0/deps.ts";

HTMLMinifier is a highly configurable, well-tested, JavaScript-based HTML minifier.

Parameters

value: string
optional
options: Options

Returns

Promise<string>