GoogleChrome/audion

Let users screenshot graphs via the extension.

chihuahua opened this issue · 0 comments

It seems like a use case for Web Audio Inspector is obtaining an image of the graph. Users today generally use native screenshot tools (depending on the OS).

It would be nice if the user could screenshot through the extension. There could be a button for it in the dev tools panel.

A first step would be to find out at what layer to do this. JointJS is SVG-based - maybe we can let the user download that SVG image. Or maybe Chrome has an extension API for screenshotting dev tools.