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
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?