| 1 | // @ts-check |
| 2 | /* global are_you_sure, formats_unique_per_file_extension, get_format_from_extension, localize, make_canvas, open_from_file, sanity_check_blob, show_about_paint, show_error_message, systemHooks */ |
| 3 | |
| 4 | // Electron-specific code injected into the renderer process |
nothing calls this directly
no test coverage detected