export default class ImageData { constructor(data, width, height) { this.data = data; this.width = width; this.height = height; } }