Convert Bubble groups into shareable PNG/JPEG images easily.
Overview & Key Features
The "Group 2 image" plugin is designed to simplify the process of converting the contents of Bubble application groups into images. With this plugin, users can easily create PNG or JPEG images from any group in the Bubble app, making them easy to share, print, and archive.
This plugin works by taking the contents of a bubble group and converting it into an image. Users can simply select the bubble group they want and the plugin will generate an image reflecting the contents of that group. You can also exclude some objects (text, buttons, inputs, etc.) from the final image.
Installation
1
Select on the page the group that you want to convert into an image and assign it an identifier (field "ID Attribute")
2
Place the "Group2Image" element on the page
3
Set up a workflow (for example, by clicking a button) that will launch the “getImage” action. In the "getImage" element in the "Group ID" field, you must specify the group ID from step 1
4
When the image conversion is completed, the "Conversion is complete" event will be fired.
5
Set up a workflow for the "Conversion is complete" event where you can get the url of the finished image loaded into your application (the "img S3 link" parameter)
6
More details can be found on the demo page (OPEN IN EDITOR)