Skip to content

Commit

Permalink
Add pixi js
Browse files Browse the repository at this point in the history
  • Loading branch information
abozanona committed Mar 21, 2024
1 parent 879dc04 commit 748246c
Show file tree
Hide file tree
Showing 8 changed files with 8,852 additions and 20,691 deletions.
16,847 changes: 8,797 additions & 8,050 deletions extension/package-lock.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion extension/package.json
Expand Up @@ -43,8 +43,11 @@
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@pixi/unsafe-eval": "6.5.10",
"expr-eval": "^2.0.2",
"gsap": "^3.12.5",
"pino": "^8.19.0"
"pino": "^8.19.0",
"pixi-spine": "^3.1.2",
"pixi.js": "^6.5.10"
}
}
20 changes: 10 additions & 10 deletions extension/popup.html
@@ -1,16 +1,16 @@
<!DOCTYPE html>

<html>
<head>
<link rel="stylesheet" href="popup.css" />
<title>Petmety</title>
</head>
<head>
<link rel="stylesheet" href="popup.css" />
<title>Petmety</title>
</head>

<body>
<div>
<h1>TODO: add me later</h1>
</div>
</body>
<body>
<div>
<h1>TODO: add me later</h1>
</div>
</body>

<script type="text/javascript" src="popup.js"></script>
<script type="text/javascript" src="popup.js"></script>
</html>

0 comments on commit 748246c

Please sign in to comment.