0.2.0 • Published 6 months ago

@daxur-studios/engine v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

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"
0.2.0

6 months ago