summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorMitchell Hashimoto <mitchell.hashimoto@gmail.com>2022-11-30 17:47:32 -0800
committerMitchell Hashimoto <mitchell.hashimoto@gmail.com>2022-12-01 13:02:17 -0800
commitc32219554a4578ba9bb1c84aff5343796558aaa2 (patch)
tree35184b2c741b639d85a03873c6e332c9be6fbf24 /example
parentb858aea1241206fa2d2c510a0ef13017a31d7b6d (diff)
blank out web canvas impl
Diffstat (limited to 'example')
-rw-r--r--example/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/index.html b/example/index.html
index 314a78cb1..24acd9527 100644
--- a/example/index.html
+++ b/example/index.html
@@ -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);
});