miker2049
miker2049
Try either changing the main field in the package.json to: ```json "main": "dist/imgui.umd.js" ``` or, importing like: ```ts import * as ImGui from 'imgui-js/dist/imgui.umd' ``` I have opened up #55...
something like opencv through js could achieve this if we wanted to keep it as a webapp/service? I see lots of little tutorials ([e.g.](https://www.nintyzeros.com/2020/04/face-detect-crop-blur-opencv-python.html)), but no existing service. This is...
You bring up some good points. I think it all kinda of makes me realize that I might need a clarification of the goals and purpose of this specific repo....
Not really sure what to do about the Travis checks, but have everything actually working in the browser and node with a new rollup config, as well as with changing...
just wanna say it would (still) be great to have @alforno's branch on the main here!
Not clear if anything up here is going to change. https://github.com/pmndrs/react-three-fiber/pull/930
If [this](https://github.com/pmndrs/react-three-fiber/pull/2421) goes through, I can remove the cast.
Necessary fix in r3f is merged in master. Once we have that, this will be ready. https://github.com/pmndrs/react-three-fiber/pull/2421
This exact thing tripped me up too, it _is_ [documented](https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirienable-1), so its definitely a little confusing.