opencv4nodejs
opencv4nodejs copied to clipboard
Support for BunJS?
Hey,
I'm wondering if there is a potential way to support BunJS?
As for now I am running in to the following issue with regards to Node API:
TypeError: symbol 'napi_register_module_v1' not found in native module. Is this a Node API (napi) module?
The API napi_register_module_v1
is supported in BunJS but it seems like it still does not work for me. Been trying to hack it too with no progress but any suggestions very much welcome.
For reference I have also asked bun about this issue here.
As a work around I have been building .mjs scripts and piping back the result to Bun. Which as you can imagine is super cumbersome.