UNPKG

gazeplotter

Version:

Gazeplotter is a Svelte application for visualizing eye-tracking data.

5 lines (4 loc) 180 B
import type { SingleSegmentScarfFillingType } from './SingleSegmentScarfFillingType.ts'; export interface SegmentScarfFillingType { content: SingleSegmentScarfFillingType[]; }