Interface SnapshotStartedEvent

Event that signifies the beginning of a canvas snapshot captured with

interface SnapshotStartedEvent {
    height: number;
    width: number;
}

Properties

Properties

height: number
width: number