fullscreen drawing

This commit is contained in:
JurajKubrican
2025-02-28 16:41:29 +01:00
committed by Juraj Kubrican
parent 0505964854
commit 7ed413648c
11 changed files with 345 additions and 142 deletions

27
package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "knet",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/JurajKubrican/knet#readme",
"bugs": {
"url": "https://github.com/JurajKubrican/knet/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JurajKubrican/knet.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc --project tsconfig.json --watch"
},
"devDependencies": {
"typescript": "^5.7.3"
},
"dependencies": {
"mitt": "^3.0.1"
}
}