@daxur-studios/engine
v0.2.0
Published
Add this to your tsconfig.json, this is needed to fix injection errors
Downloads
5
Readme
Add this to your tsconfig.json, this is needed to fix injection errors
"paths": {
"@angular/*": ["./node_modules/@angular/*"],
"@daxur-studios/engine": ["./node_modules/@daxur-studios/engine"]
},
Add this to your global styles.scss
@import url("../node_modules/@daxur-studios/engine/assets/daxur-engine.css");
Update assets in angular.json
"assets": [
"src/assets",
{
"glob": "**/*",
"input": "./node_modules/@daxur-studios/engine/assets",
"output": "/assets/daxur-engine"
}
],
Install Peer Dependencies
"rxjs": "?",
"three": "?",
"dexie": "?"
Install Types (IMPORTANT)
"@types/three"