ixfx
    Preparing search index...

    Type Alias DrawingOpts

    Drawing options

    type DrawingOpts = {
        debug?: boolean;
        fillStyle?: string;
        strokeStyle?: string;
    }
    Index

    Properties

    debug?: boolean

    If true, diagnostic helpers will be drawn

    fillStyle?: string

    Fill style

    strokeStyle?: string

    Stroke style