aboutsummaryrefslogtreecommitdiff
path: root/src/util.ts
AgeCommit message (Collapse)Author
2023-01-28Adjust onEventDisplay() to be more reponsiveTerry Truong
2023-01-23Replace ResizeObserver using width/height propsTerry Truong
For increasing compatibility with older devices
2023-01-21Do more minor refactoringTerry Truong
Document some variables coupled between client and server. Add more term consistency ('unit', 'event density'). Make console messages more consistent.
2023-01-21Move general utility funcs into util.tsTerry Truong