Install PixiJS v8 dependencies for canvas migration

Adds pixi.js@^8, pixi-viewport, and @pixi/filter-drop-shadow
to RefBoard frontend as part of the Fabric.js to PixiJS migration.
This commit is contained in:
Hiren Kangad
2026-03-09 23:04:33 +05:30
parent 61c1d0fa61
commit 5f40d5c0d3
2 changed files with 407 additions and 0 deletions
+3
View File
@@ -9,8 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"@pixi/filter-drop-shadow": "^5.2.0",
"axios": "^1.7.9",
"fabric": "^6.5.1",
"pixi-viewport": "^6.0.3",
"pixi.js": "^8.17.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",