larvitar 2.4.2 → 2.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -129,6 +129,7 @@ type HandlePosition = {
129
129
  moving?: boolean;
130
130
  x: number;
131
131
  y: number;
132
+ lines?: HandlePosition[];
132
133
  };
133
134
 
134
135
  type HandleTextBox = {
@@ -211,7 +212,7 @@ type FreehandRoiStateData = BaseToolStateData & {
211
212
  area: number;
212
213
  canComplete: boolean;
213
214
  handles: {
214
- points: number[];
215
+ points: HandlePosition[];
215
216
  textBox: HandleTextBox;
216
217
  invalidHandlePlacement: boolean;
217
218
  };
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "medical",
7
7
  "cornerstone"
8
8
  ],
9
- "version": "2.4.2",
9
+ "version": "2.4.4",
10
10
  "description": "typescript library for parsing, loading, rendering and interacting with DICOM images",
11
11
  "repository": {
12
12
  "url": "https://github.com/dvisionlab/Larvitar.git",