blank out web canvas impl

This commit is contained in:
Mitchell Hashimoto
2022-11-30 17:47:32 -08:00
parent b858aea124
commit c32219554a
3 changed files with 1 additions and 16 deletions

View File

@@ -28,7 +28,6 @@
const atlas = atlas_new(512, 0);
const reg = atlas_reserve(atlas, 10, 10);
console.log(reg);
free(reg);
atlas_free(atlas);
});