mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 22:10:29 +00:00
blank out web canvas impl
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user