the visualizer does not allow to transfer in variable binary data (like buffer).

 

This means that we need to use base64 or urlEncoded object to go from one module to another.

 

In this case we can drop a zipfile and transfer it as a base64 content that can be decompressed by JSZip.

 

For demonstration you can just drag and drop here a zip containing PNG files.