It would be awsome to be able to serialize pyvista title/text objects. I've looked a little bit in the vtkjs side (https://kitware.github.io/vtk-js/api/Interaction_UI_CornerAnnotation.html) but I must confess it is quite different from other classes I looked up before. Not quite sure what would it need.
I see it has all this methods:
'annotationContainer',
'northWestContainer',
'northContainer',
'northEastContainer',
'westContainer',
'eastContainer',
'southWestContainer',
'southContainer',
'southEastContainer',
that are divs. I assume it would work just passing innerHtml to them? Have you guys already thought about text or annotations serialization?
Would love to help in my free time, but definitely need guidance :)