tutti-api - v2.1.0
    Preparing search index...

    Interface RenderOptions

    interface RenderOptions {
        scale?: number;
        supersample?: number;
    }
    Index

    Properties

    Properties

    scale?: number

    Output scale relative to the SVG viewBox (default 3 → 150×50 ⇒ 450×150).

    supersample?: number

    Supersampling factor for anti-aliasing (default 3).