Luis Puig
Luis Puig
@MarcelKlammer any idea? thanks.
@MarcelKlammer thanks for the example. It seems to load, but it fails when I try to config it: ``` resolution = new brfv4.Rectangle(0, 0, 640, 480); BRFManager = new brfv4.BRFManager();...
I didn't understand the comment, sorry :) I see the example that seems very very interesting: https://github.com/Tastenkunst/brfv4_javascript_examples/blob/master/minimalWebcamWorker.html I will look into it the first thing in the morning. Thanks!
Thanks for the answer, that could work for my use-case. Related to this, I opened this idea https://github.com/remix-run/remix/discussions/3722 to evaluate different ways to get the absolute path of a route.
I will fork it and modify the imports to check if it works as expected. If it does we can figure out how to expose an option to decide the...
I gave it a try today but I think I am doing something wrong. - Changed the imports in internal/hooks - Changed ValidatedForm - Changed the package.json I added a...
> ## Option 1: app.config.js (forward compatible) > The easiest solution is to switch from `app.json` to `app.config.js` which gives you access to the node's `process.env`. You can then omit...