Reorganize stuff, vertex attribute types

This commit is contained in:
2023-07-29 02:01:22 +02:00
parent d0c1ecbd5d
commit 1f873f7d87
22 changed files with 1052 additions and 328 deletions

View File

@@ -31,6 +31,14 @@
".": {
"types": "./dist/oktaeder.d.ts",
"import": "./dist/oktaeder.js"
},
"./data": {
"types": "./dist/data/index.d.ts",
"import": "./dist/data/index.js"
},
"./resources": {
"types": "./dist/resources/index.d.ts",
"import": "./dist/resources/index.js"
}
}
}