Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CanvasGenerator

Helper class used to generate a canvas to manipulate images

Hierarchy

  • CanvasGenerator

Index

Methods

Methods

Static CreateCanvasSearch playground for CreateCanvas

  • Create a new canvas (or offscreen canvas depending on the context)

    Parameters

    • width: number

      defines the expected width

    • height: number

      defines the expected height

    Returns HTMLCanvasElement | OffscreenCanvas

    a new canvas or offscreen canvas

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method