Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Sep 12, 2024
1 parent 5343fd4 commit 41c5567
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
3 changes: 1 addition & 2 deletions examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta charset="UTF-8" />
<title>spine-pixi</title>
<script src="http://127.0.0.1:8081/dist/pixi.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/pixi.js@latest/dist/pixi.min.js"></script>
<script src="../dist/spine-pixi.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/tweakpane.min.js"></script>
<link rel="stylesheet" href="./index.css">
Expand All @@ -15,7 +15,6 @@
await app.init({
width: window.innerWidth,
height: window.innerHeight,
preference:'webgpu',
resolution: window.devicePixelRatio || 1,
autoDensity: true,
resizeTo: window,
Expand Down
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
},
"devDependencies": {
"@pixi/extension-scripts": "^2.4.1",
"pixi.js": "^8.3.4",
"pixi.js": "8.4.0",
"typescript": "^5.4.2"
},
"peerDependencies": {
"pixi.js": "^8.1.2"
"pixi.js": "^8.4.0"
},
"engines": {
"node": ">=16",
Expand Down

0 comments on commit 41c5567

Please sign in to comment.