Display

Inputs: input (ANY). Outputs: output (ANY). Shows the value in the UI. Use the 🖥️ toolbar button to add one.

Load Image From Base64

Input: imageData (STRING base64). Output: imageData (STRING) for UI rendering.

Load Image From File

Upload an image from your computer. Output: imageData (STRING base64) stored on the node for downstream use.

Save Image To Disk

Input: imageData (STRING base64). Output: file (FILE). Detects the image type, decodes the data, and adds a download button that saves to hurozo_*.ext.

Hurozo Email

Input: input (ANY). Sends an email with the input value to your registered account email using Hurozo's internal AWS SES. Output: original input (ANY).

Open Hurozo Email →