Layer Cake, a graphics framework for more flexible web graphics

Michael Keller released a new version of Layer Cake:

Layer Cake is a graphics framework built on top of Svelte. It measures your target div and your data and creates scales that stay synced on layout changes. Use these scales to organize multiple, mostly-reusable Svelte components, whether they be SVG, HTML, Canvas or WebGL. Since they all share the same coordinate space, you can build your graphic one layer at a time.

I’m intrigued. (And I feel like I need to learn more about this Svelte.)