Hi Florent,
I’d like to shed some light here …
It seems that there is no module “widget/brease/common/libs/wfUtils/UtilsImage”, maybe this module was moved in new versions.
No, this module was not removed, it was actually never available!
mapp View 6 uses webpack to package everything needed for the widgets and the HMI. If a certain package is not exposed, you might see it in the filesystem, but webpack will not package it … for the user of the widget, the module is missing.
For you it prop. works, as “somehow” the path to your local WDTC folder is included, which allows the system to find the module … but for anyone, not having the WDTC or not in the same folder, this module does not resolve, which leads to the shown error.
If a certain method is part of the usable API, you can see in the BRease docu, which is part of the WDTC. Usable methods are marked with “API”.
If you want to use “UtilsImage”, you would need to include these methods into your package.
Hope this makes things a little clear(er).
CHH