Interface CanvasData

Canvas data structure for basic canvas operations

Hierarchy

  • CanvasData

Properties

background: {
    color: string;
    image: string;
}

Type declaration

  • color: string
  • image: string
fontColor: string
height: number
width: number

Generated using TypeDoc