We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b83a5 commit 6a4b856Copy full SHA for 6a4b856
samples/quit/quit.js
@@ -8,7 +8,7 @@ function init() {
8
listen('quit', () => {
9
cls()
10
text(10, 10, 'Refresh the page to restart', 4)
11
- text(10, 40, 'Note: the canvas is not removed', 4)
+ text(10, 40, 'Note: quit() do not remove the canvas', 4)
12
})
13
}
14
0 commit comments