aboutsummaryrefslogtreecommitdiff
path: root/src/fields/InkField.ts
diff options
context:
space:
mode:
authoreleanor-park <eleanor_park@brown.edu>2024-06-06 11:31:52 -0400
committereleanor-park <eleanor_park@brown.edu>2024-06-06 11:31:52 -0400
commit2f5757ffaebaec9d459404fec266295abeebd2b0 (patch)
tree8334b3bc8e569db8a4825ac2aa4490aa633c8236 /src/fields/InkField.ts
parentbaf156f58856004279223b2e1f858c5ff7e88686 (diff)
created input box for gpt draw
Diffstat (limited to 'src/fields/InkField.ts')
-rw-r--r--src/fields/InkField.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/InkField.ts b/src/fields/InkField.ts
index 32abf0076..123d32301 100644
--- a/src/fields/InkField.ts
+++ b/src/fields/InkField.ts
@@ -17,6 +17,7 @@ export enum InkTool {
Stamp = 'stamp',
Write = 'write',
PresentationPin = 'presentationpin',
+ SmartDraw = 'smartdraw',
}
export type Segment = Array<Bezier>;