Website

A library for rendering website content in a HTML5 Canvas for the purposes of screen capture. Effectively does full HTML rendering inside a canvas which is impressive but limited to a subset of elements and effects. It’s also a little bit slow for things like real time animations/page updates. It may be more sensible to record the browser using something like puppeteer-video-recorder for video use cases.