diff options
| author | eleanor-park <113556828+eleanor-park@users.noreply.github.com> | 2024-07-11 11:48:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-11 11:48:34 -0400 |
| commit | 4438e7fe202ff4091b26f073122e7866ec9abb46 (patch) | |
| tree | 19895e85364e58246ec2869459e9d29f6621526e /src/fields/InkField.ts | |
| parent | 59ca918ea0918b41f1e2fa4b6acb8725ca9b44af (diff) | |
| parent | f33e6c9e191092e6050f980892b4404ff0d0a1f2 (diff) | |
Merge branch 'eleanor-gptdraw' into master
Diffstat (limited to 'src/fields/InkField.ts')
| -rw-r--r-- | src/fields/InkField.ts | 1 |
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>; |
