IQ: Add subflow Convert SVG image to HTML#127
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new subflow for IQ Automation that converts SVG format images into HTML image tags using base64 data URI encoding.
- Introduces a reusable subflow for SVG-to-HTML conversion
- Implements conversion using base64 encoding within a data URI scheme
- Provides documentation with setup instructions and usage examples
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| IQ/Automation/Subflows/Convert SVG image to HTML/Convert SVG image to HTML.json | Defines the subflow configuration with input/output variables and conversion logic using base64 encoding |
| IQ/Automation/Subflows/Convert SVG image to HTML/README.md | Documents the subflow's purpose, setup steps, and usage instructions with licensing information |
Note: A minor grammar issue was identified in the README.md file at line 21: "The script also include" should be "The scripts also include" to maintain subject-verb agreement with the plural form used earlier in the sentence.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
A Subflow