Skip to content

Node Reference

Complete reference for all node types available in FloImg Studio.

Generator nodes create images from parameters.

Generate Chart.js charts.

ParameterTypeDescription
typeselectChart type (bar, line, pie, etc.)
datajsonChart.js data configuration
optionsjsonChart.js options
widthnumberOutput width
heightnumberOutput height

Generate diagrams from Mermaid syntax.

ParameterTypeDescription
codetextMermaid diagram code
themeselectdefault, dark, forest, neutral

Generate QR codes.

ParameterTypeDescription
datatextContent to encode
sizenumberSize in pixels
colorcolorForeground color
backgroundColorcolorBackground color
errorCorrectionselectL, M, Q, H

Capture web pages.

ParameterTypeDescription
urltextURL to capture
htmltextOr HTML to render
widthnumberViewport width
heightnumberViewport height
fullPagebooleanCapture full scroll
selectortextCSS selector to capture

Custom D3 visualizations.

ParameterTypeDescription
widthnumberSVG width
heightnumberSVG height
codecodeD3 render function

Transform nodes modify existing images.

Change image dimensions.

ParameterTypeDescription
widthnumberTarget width
heightnumberTarget height (optional)
fitselectcover, contain, fill, inside, outside

Apply gaussian blur.

ParameterTypeDescription
sigmanumberBlur intensity (1-100)

Sharpen image edges.

ParameterTypeDescription
sigmanumberSharpen intensity

Rotate the image.

ParameterTypeDescription
anglenumberDegrees (any angle)

Crop to a region.

ParameterTypeDescription
leftnumberLeft offset
topnumberTop offset
widthnumberCrop width
heightnumberCrop height

Change image format.

ParameterTypeDescription
formatselectpng, jpeg, webp, avif
qualitynumberQuality (1-100) for lossy

Output nodes save or export results.

Save to local filesystem.

ParameterTypeDescription
pathtextOutput file path

Save to Amazon S3.

ParameterTypeDescription
buckettextS3 bucket name
keytextObject key (path)
regiontextAWS region

Trigger browser download.

ParameterTypeDescription
filenametextDownload filename

Store a value for reuse.

ParameterTypeDescription
nametextVariable name
valueanyVariable value

Route based on condition.

ParameterTypeDescription
conditiontextExpression to evaluate
casesarrayCase values and outputs

Combine multiple inputs.

ParameterTypeDescription
modeselectHow to combine inputs

  • Image - Accepts image data
  • Params - Accepts parameter overrides
  • Image - Outputs image data
  • Metadata - Outputs image metadata (size, format)