@readerseye2/cr_type 1.0.141 → 1.0.142

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.
@@ -172,6 +172,8 @@ export type RecordingSnapshot = {
172
172
  audio?: AudioSnapshot;
173
173
  range?: RangeSnapshot | null;
174
174
  translate?: TranslateSnapshot | null;
175
+ /** 렌더링된 run 간 수평 평균 거리 (px) — reading saccade 판정용 */
176
+ wordAvgDistancePx?: number;
175
177
  };
176
178
  /** 녹화 청크 */
177
179
  export type RecordingChunk = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readerseye2/cr_type",
3
- "version": "1.0.141",
3
+ "version": "1.0.142",
4
4
  "description": "CheckReading shared TypeScript types",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",