Add drop shadow system with animated lift/drop during drag

DropShadowFilter applied to all ImageSprites for photos-on-a-desk feel.
SelectionManager now handles object dragging with shadow lift/drop and
spring-animated scale (1.0 <-> 1.03). Replaced incompatible @pixi/filter-drop-shadow
v5 with pixi-filters v6 for PixiJS v8 compatibility.
This commit is contained in:
Hiren Kangad
2026-03-09 23:35:02 +05:30
parent 7f6c9cd409
commit 9e4a427f97
4 changed files with 148 additions and 297 deletions
+1 -1
View File
@@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@pixi/filter-drop-shadow": "^5.2.0",
"axios": "^1.7.9",
"pixi-filters": "^6.1.5",
"pixi-viewport": "^6.0.3",
"pixi.js": "^8.17.0",
"react": "^18.3.1",