Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/astro_compress/src/options/svg.ts>js2svgOptions

🗜️ AstroJS compression utilities. Compress CSS, HTML, JavaScript and more.
Go to Latest
interface js2svgOptions
import { type js2svgOptions } from "https://deno.land/x/astro_compress@v0.0.15/src/options/svg.ts";

Properties

optional
indent: string | number

String with spaces or number of spaces

optional
pretty: boolean