Developer reference
Installation
Installing the MAW library happens over npm.
Modules
The MAW consists of the Core package and additional modules described below. The modules marked as required must be imported for the FMAW to function.
Module
Required
Description
yes
Displays the folder structure and media gallery and provides file management capabilites.
no
Inline image editor with functionalities such as filters, crop, resizing, watermark, collages, etc.... Also used by other features of the Widget such as the variant generator and export function.
no
Inline image annotation and comment feed for people to collaborate on media assets.
no
Captures photos or videos from the device's camera and upload them to the Filerobot storage container.
no
Inline image editor prior the actual upload of the image to, for example, upload a resized version of a large image into the storage container.
Code examples
Framework
Link to code snippet
Vanilla (plain) JS
Last updated