ImageTools not loading

Hi

I am not able to load the ImageTools module. When writing

var ImageTools = require("FuseJS/ImageTools");
```
I get "module not found: FuseJS/ImageTools". I have tried to uninstall and reinstall Fuse both 0.31.2 and 0.30.0 versions. All the other modules load just fine. Am I the only one with this problem?

Best regards

Morten

Hi!

Fuse.ImageTools is not part of the default packages. Please add "Fuse.ImageTools" to the project references in your .unoproj.

For some reason the docs doesn’t mention this, will get it added asap! Thanks for pointing it out.

Thanks for a very quick reply!

It seems that it now can find the module but when I run the example code from the ImageTools documentation the promise from getImageFromBase64 is never returned. Any ideas?

Best regards

Morten

Do you get any errors in .catch?

Thanks again for a reply. It says “Unsupported platform” in local preview but works in iOS simulator. Maybe this is expected?

Best regards

Morten

Yes, since camera and gallery is not supported in preview, this has not been a priority right now.