Type alias StoneType

StoneType: {
    shadow: HTMLCanvasElement;
    stone: HTMLCanvasElement;
}

Type declaration

  • shadow: HTMLCanvasElement
  • stone: HTMLCanvasElement