aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-09-28 13:59:28 -0400
committerbobzel <zzzman@gmail.com>2021-09-28 13:59:28 -0400
commit85c3a9ec3590ebfbe85209a64c7e41cae9663923 (patch)
tree19e0c1d6774fa18b12e3eafcf415be3d13bd108f /package.json
parent1561e37eb966607564938530a71aeb7e3ba27583 (diff)
converted ink addpoints to not use sampling. needs addPoints() to be filled in.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6cbde9e1f..5d10c0d54 100644
--- a/package.json
+++ b/package.json
@@ -126,6 +126,7 @@
"@hig/theme-data": "^2.16.1",
"@material-ui/core": "^4.11.0",
"@react-three/fiber": "^6.0.16",
+ "@types/bezier-js": "^4.1.0",
"@types/cors": "^2.8.8",
"@types/d3-axis": "^2.0.0",
"@types/d3-color": "^2.0.1",
@@ -145,6 +146,7 @@
"babel-runtime": "^6.26.0",
"bcrypt-nodejs": "0.0.3",
"bezier-curve": "^1.0.0",
+ "bezier-js": "^4.1.1",
"bluebird": "^3.7.2",
"body-parser": "^1.18.3",
"bootstrap": "^4.5.0",