You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"transformTemplate": "{% comment %}\nConvert the SVG to an HTML img tag \n{% endcomment %}\n{\n\"subflow.Image_HTML\": \"<img src='data:image/svg+xml;base64,{{variables[\"subflow.SVG\"] | base64_encode}}' >\"\n}",
Skill that converts an image in SVG format into an HTML image tag (img)
4
+
5
+
## Setup
6
+
7
+
1. Download the [subflow file](Convert%20SVG%20image%20to%20HTML.json)
8
+
9
+
2. Go to *Automation*, *Subflows*, and hit **Import**.
10
+
11
+
## How to use
12
+
13
+
Use this subflow inside a runbook and configure the node.
14
+
15
+
Set the SVG image you want to convert in the node input `SVG`, and assign the output `Image_HTML` to a runbook variable that you can then use in other nodes (e.g. visualization node or send message node).
16
+
17
+
### License
18
+
19
+
Copyright (c) 2025 Riverbed Technology, Inc.
20
+
21
+
The contents provided here are licensed under the terms and conditions of the MIT License accompanying the software ("License"). The scripts are distributed "AS IS" as set forth in the License. The script also include certain third party code. All such third party code is also distributed "AS IS" and is licensed by the respective copyright holders under the applicable terms and conditions (including, without limitation, warranty and liability disclaimers) identified in the license notices accompanying the software.
0 commit comments