feat(viewport-options): add interpolate

This commit is contained in:
moklick
2025-05-19 15:19:11 +02:00
parent 6ce44a05c8
commit ce9814ddce
10 changed files with 32 additions and 11 deletions
+2
View File
@@ -51,10 +51,12 @@
},
"dependencies": {
"@types/d3-drag": "^3.0.7",
"@types/d3-interpolate": "^3.0.4",
"@types/d3-selection": "^3.0.10",
"@types/d3-transition": "^3.0.8",
"@types/d3-zoom": "^3.0.8",
"d3-drag": "^3.0.0",
"d3-interpolate": "^3.0.1",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0"
},