fix(editor): typecheck for tests and playground (#9897)

This commit is contained in:
Saul-Mirone
2025-01-27 02:00:09 +00:00
parent 6c8edb160c
commit d6bfb761fe
30 changed files with 267 additions and 755 deletions
@@ -35,7 +35,6 @@ function renderToImageData(index: number, scale: number) {
bitmap.fill(0, 0, width, height);
page.render(bitmap, 0, 0, width, height, 0, flags);
// @ts-expect-error ignore
const data = new Uint8ClampedArray(bitmap.toUint8Array());
bitmap.close();