Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface CanvasSupportedComponents

    interface CanvasSupportedComponents {
        offscreenCanvas: boolean;
        readPixelsRED: boolean;
        webGL2: boolean;
    }
    Index

    Properties

    offscreenCanvas: boolean

    Is the OffscreenCanvas supported?

    readPixelsRED: boolean

    Is reading pixels in RED format supported?

    webGL2: boolean

    Is WebGL2 supported?