Results 2 comments of Matt McKenna

Not sure if it's helpful, but in the short term for my own app, I got around this but re-exporting `ImGui_Impl`'s version of `ImGui` by adding `export { ImGui };`...

It does. Everything ends up in the ‘imgui_impl.umd.js‘ file. In some ways, I can see that as being convenient since it’s just one file to import. I’m just getting into...