Skip to content

Instantly share code, notes, and snippets.

@jdfreder
Created June 30, 2015 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jdfreder/2521659df674f3979408 to your computer and use it in GitHub Desktop.
Save jdfreder/2521659df674f3979408 to your computer and use it in GitHub Desktop.
Draw.io debugger.
Draw.loadPlugin(function(ui)
{
console.log('Draw.io `ui` available as window.draw');
window.draw = ui;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment