import ImageData from "@canvas/image-data";

// @ts-expect-error: Global type missing
global.ImageData = ImageData;
