@readerseye2/cr_type 1.0.149 → 1.0.150
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.
|
@@ -37,8 +37,6 @@ export interface ViewerSnapshot {
|
|
|
37
37
|
audio?: AudioSnapshot;
|
|
38
38
|
range?: RangeSnapshot | null;
|
|
39
39
|
translate?: TranslateSnapshot | null;
|
|
40
|
-
/** 렌더링된 텍스트의 워드 간 평균 거리 (px) — reading saccade 판정용 */
|
|
41
|
-
wordAvgDistancePx?: number;
|
|
42
40
|
/** 녹화 당시 전체 화면 크기 (window.innerWidth) */
|
|
43
41
|
screenWidth?: number;
|
|
44
42
|
/** 녹화 당시 전체 화면 크기 (window.innerHeight) */
|
|
@@ -180,8 +180,6 @@ export type RecordingSnapshot = {
|
|
|
180
180
|
audio?: AudioSnapshot;
|
|
181
181
|
range?: RangeSnapshot | null;
|
|
182
182
|
translate?: TranslateSnapshot | null;
|
|
183
|
-
/** 렌더링된 run 간 수평 평균 거리 (px) — reading saccade 판정용 */
|
|
184
|
-
wordAvgDistancePx?: number;
|
|
185
183
|
/** 녹화 당시 전체 화면 크기 */
|
|
186
184
|
screenWidth?: number;
|
|
187
185
|
screenHeight?: number;
|