I'm trying to convert .drawio files to .png: How to programatically extract XML data from draw.io PNG in my angular project before i send image to the database.
When I include the EditorUi.js file (for the writeGraphModelToPng function) I get the error:
Uncaught ReferenceError: EditorUi is not defined