Skip to content

Commit

Permalink
feat: beta 3D item model viewer (azerothcore#1780)
Browse files Browse the repository at this point in the history
* feat: add eslint rules, clean all the imports and useless variables

* fix: unit-test

* fix: lint

* chore: add more return types

* chore: convert enum into const enum

* feat: 3D model viewer

* feat: clean implementation beta 3D viewer

* chore: update package-lock.json

* chore: minor improvements
  • Loading branch information
Helias authored Jun 17, 2022
1 parent 585f827 commit 7d08114
Show file tree
Hide file tree
Showing 12 changed files with 6,031 additions and 24,800 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"src/favicon.512x512.png"
],
"styles": ["src/app/scss/main.scss"],
"scripts": ["node_modules/squel/dist/squel.min.js"]
"scripts": ["node_modules/squel/dist/squel.min.js", "node_modules/jquery/dist/jquery.min.js"]
},
"configurations": {
"dev": {
Expand Down
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Keira3",
"asarUnpack": ["dist/assets/sqlite.db"],
"asarUnpack": ["dist/assets/sqlite.db", "dist/assets/item_display.db"],
"directories": {
"output": "release/"
},
Expand Down
Loading

0 comments on commit 7d08114

Please sign in to comment.