Page MenuHomeSealhub

PNG generator based on SVG template
Open, Above NormalPublic2 Points

Description

A CLI tool written in node.js that lets you generate PNG files out of an SVG file.

Values within the SVG are templated using the {{variable_name}} syntax. Variable values are provided as a CLI flag (--variable_name=value). All elements that have IDs that start with export_ are then exported to corresponding PNG files after putting the variable values in place.