Class ImageDrawer

Constructors

Methods

Constructors

Methods

  • Inserts a new image into the board

    Parameters

    • image: string | Image | File

      The image [[File]]

    • config: Partial<ImageConfig> = {}

      The image node configuration

    Returns Promise<ImageModel>