Closed ManifoldFR closed 3 years ago
This PR adds a command capture_image to query the viewer for a PNG image of the rendered view. This returns a JSON object
capture_image
{ "type": "img", "data": "data:image/png;base64,XXXXX" }
This PR adds a command
capture_image
to query the viewer for a PNG image of the rendered view. This returns a JSON object