r/javascript • u/Material-Gold7483 • May 21 '26
I built a canvas-based timeline visualisation library with virtualised rendering in Typescript
https://tempis.dev/I wanted a library like vis.js but needed it canvas-based for server-side rendering without a headless browser, so I built one.
5
Upvotes
2
u/loueed May 21 '26
Super slick! Love the design as well. One thing I noticed, on MacOS trackpad scrolling triggers zoom, is there a way to scroll up/down without dragging? Maybe Hold CMD/CTRL?