PixiDom - v1.0.0
    Preparing search index...

    Interface CreateAppOptions

    interface CreateAppOptions {
        antialias?: boolean;
        backgroundColor?: Color;
        forceCanvas?: boolean;
        height?: number;
        width?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    antialias?: boolean
    backgroundColor?: Color

    Background color of the canvas. Accepts any Color format.

    forceCanvas?: boolean
    height?: number
    width?: number