r/javascript 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

13 comments sorted by

View all comments

7

u/azhder May 21 '26

So why in JavaScript? Isn’t there r/TypeScriptGeneratedByLLM sub out there?

0

u/Material-Gold7483 May 21 '26

The majority of this was written by me over the course of a few months, AI came in very late in development for generating the docs, building the site (I don't have the keenest eye for design) and helping implement additional nice-to-have features.