Skip to content

Commit f2fc427

Browse files
refactor: migrate resample module (#1351)
* refactor: resampling functionality * fix: type issues * fix: reorder polyfills import in index.ts * refactor: reorder exports in index.ts for consistency
1 parent 3f9a770 commit f2fc427

File tree

20 files changed

+601
-417
lines changed

20 files changed

+601
-417
lines changed

package-lock.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@playwright/test": "^1.57.0",
2929
"@types/d3": "^7.4.3",
3030
"@types/delaunator": "^5.0.3",
31+
"@types/lineclip": "^2.0.0",
3132
"@types/node": "^25.0.10",
3233
"@types/polylabel": "^1.1.3",
3334
"@vitest/browser": "^4.0.18",
@@ -41,6 +42,7 @@
4142
"alea": "^1.0.1",
4243
"d3": "^7.9.0",
4344
"delaunator": "^5.0.1",
45+
"lineclip": "^2.0.0",
4446
"polylabel": "^2.0.1"
4547
},
4648
"engines": {

public/libs/lineclip.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)