git hooks

This commit is contained in:
2023-04-30 15:55:44 +03:00
parent f67def6a8d
commit 448fa22705
5 changed files with 84 additions and 3 deletions
+1 -2
View File
@@ -7,7 +7,6 @@ export class App {
#version;
constructor(
canvas,
w,
h,
options = {
@@ -15,7 +14,7 @@ export class App {
welcome: true,
}
) {
this.#version = '0.1.0';
this.#version = 'beeeeeeta';
this.view = document.createElement('canvas');