Skip to main content
Version: 0.9.2

Scaler

@note

Use visual.scale and visual.crop in effect pipelines for most cases, this is intended for downsampling on CPU

Hierarchy

Index

Constructors

constructor

  • new Scaler(ratio: number, canvas?: HTMLCanvasElement): Scaler

Accessors

desiredSize

  • get desiredSize(): number

identifier

  • get identifier(): string

track

Methods

addEventListener

  • addEventListener(type: string, callback: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void

dispatchError

  • dispatchError(error: Error): void

dispatchEvent

  • dispatchEvent(event: Event): void

queue

removeEventListener

  • removeEventListener(type: string, callback: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void

setDebug

  • setDebug(value: boolean): void

setTrack