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
/
PlotState
/
ScarfPlotState
/
ScarfPlotStateType.d.ts
6 lines
(5 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
ScarfPlotStateType
{
scarfPlotId
:
number
;
stimulusId
:
number
;
zoomLevel
:
number
; }