UNPKG

vitest-webgl-canvas-mock

Version:
10 lines (8 loc) 144 B
export default class Image { width = 0; height = 0; constructor(width, height) { this.width = width; this.height = height; } }