Update readme, example project, fix runtime errors

This commit is contained in:
2023-08-15 22:18:08 +02:00
parent 5002138070
commit e26be8ee09
23 changed files with 441 additions and 42 deletions

View File

@@ -18,6 +18,7 @@
"url": "https://github.com/iszn11/oktaeder.git"
},
"scripts": {
"start:example": "esbuild example/script.ts --bundle --outfile=example/bundle.js --watch --servedir=example --format=esm --sourcemap",
"build": "tsc --build"
},
"dependencies": {
@@ -25,6 +26,7 @@
},
"devDependencies": {
"@webgpu/types": "^0.1.34",
"esbuild": "^0.19.2",
"typescript": "5.1.6"
},
"exports": {