You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* break out a `saveAs` directive to cover downloading the graph as
different formats.
* combine `renderer` and `exporter`, the split wasn't adding anything
Looked at using `createObjectURL`, but this solution ended up a little
simpler. The stackoverflow examples never cleaned up the object urls,
and you're supposed to call `revokeObjectURL` on each one you create.
refs #3
Add options to save a graph as a JSON file, and then load one back up, using HTML5 file stuff.
The text was updated successfully, but these errors were encountered: