UNPKG
gazeplotter
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.0
Gazeplotter is a Svelte application for visualizing eye-tracking data.
gazeplotter.com
gazeplotter
/
dist
/
type
/
EyeFile
/
EyeFileType.js
8 lines
(7 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** * Types of eye tracking files accepted by the application. * Determines which deserializer is used to parse the file. * * Except for the 'unknown' type, which is used when the type of the file is not known. */
export
{};