weasel API - v0.8.0
    Preparing search index...

    Interface CanvasSizeSnapshot

    Size snapshot returned by useCanvasSize — the kit-wide CanvasSize (width × height in CSS pixels) plus the current devicePixelRatio.

    interface CanvasSizeSnapshot {
        dpr: number;
        height: number;
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    dpr: number
    height: number
    width: number