Saving GLMakie interactive window?

Hi Everyone,
I am making some plots with GLMakie that allow me to check the data. I would like to share this with my colleagues (not just the static PNG). I know that PlotlyJS allows to save to HTML. Any way to do something like this in Makie?
Thanks in advance
M.

You can make static HTML exports using WGLMakie and JSServe, see this page for some demos: https://docs.makie.org/stable/explanations/backends/wglmakie/index.html

I recently wrote about my experience using this feature: Comparison of plotting packages - #72 by sijo