Skip to content

Canvas Dataurl Variables

Nicolas Ronvel edited this page Jul 5, 2016 · 3 revisions

DataUrl Variables

A DataUrl variable is used to stored an external file, with many informations. Usually an image. It can then be used as a Text Variable to set a canvas property.

To use a Data-Url. Variable, use the text $myVariable, with the name corresponding to the field defined.

"canvasFields": [
    {"type":"image","left":5, "width":150, "top":40 ,"height":300, "src": "$portray"}
]