diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-01-09 19:55:52 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-01-09 19:55:52 -0500 |
| commit | 36eed6cc3a3387a1f7755a848aea4e19e2645e14 (patch) | |
| tree | b5872defd3807ef96402b4f073f23114b40a77e5 /src/new_fields/InkField.ts | |
| parent | 0e7d688da6fde96908bee6f0b62b02aae2b95872 (diff) | |
some stuff that ive played around with today. mobile interface, five fingers, other stuff
Diffstat (limited to 'src/new_fields/InkField.ts')
| -rw-r--r-- | src/new_fields/InkField.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/new_fields/InkField.ts b/src/new_fields/InkField.ts index 83d631958..20dbf4b17 100644 --- a/src/new_fields/InkField.ts +++ b/src/new_fields/InkField.ts @@ -9,7 +9,8 @@ export enum InkTool { Pen, Highlighter, Eraser, - Scrubber + Scrubber, + Stamp } export interface PointData { |
