rapid-render
    Preparing search index...

    Interface IRapidOptions

    interface IRapidOptions {
        antialias?: boolean;
        backgroundColor?: Color;
        canvas: HTMLCanvasElement;
        height?: number;
        width?: number;
    }
    Index

    Properties

    antialias?: boolean
    backgroundColor?: Color
    canvas: HTMLCanvasElement
    height?: number
    width?: number