Function createOffscreen

  • Create an offscreen rendering context

    Parameters

    • width: number

      The width of the new context in pixels

    • height: number

      The height of the new context in pixels

    Returns Offscreen

    The newly created offscreen canvas

Generated using TypeDoc