I'm not able to import using:
import { SecureDfu } from 'web-bluetooth-dfu';
Result:
This dependency was not found:
* web-bluetooth-dfu in ...
However both of these do work:
import SecureDfu from 'web-bluetooth-dfu/lib';
// or
import { SecureDfu } from 'web-bluetooth-dfu/lib/secure-dfu';
I'm not able to import using:
Result:
However both of these do work: