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

x/astro_compress/dist/options/svg.d.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/dist/options/svg.d.ts";

Properties

optional
indent: string | number

String with spaces or number of spaces

optional
pretty: boolean