Image-storage Module

Image-storage is an IONDV.Framework module to preview pictures.

Description and purpose of the module

The module is an additional system component and is used for application attributes, which contain images.

To connect a module, specify it in the application dependencies. To do this, specify this module in the package.json file of the application, in the "dependencies" section:

"dependencies": {
    "image-storage": "git+https://github.com/iondv/image-storage.git"
}

with a link to the module’s repository in github.com.

Next, you need to add the attribute, which image will be used in a preview mode, to the list form. After that, images uploaded for objects can be viewed on the list form.

The function of Image-storage Module

  • Preview of images without opening the object form