UNPKG

gazeplotter

Version:

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

9 lines (8 loc) 277 B
import type { DataType } from '../type/Data/DataType.ts'; /** * A variable that stores demo data for testing and showcasing. * It is used automatically when the app is started. * * @property {DataType} demoData - The demo data. */ export declare const demoData: DataType;