svggen

Crates.iosvggen
lib.rssvggen
version2.0.0
sourcesrc
created_at2022-04-08 20:27:30.459406
updated_at2022-04-22 16:28:49.63136
descriptionAllows you to create vector images from templates.
homepage
repositoryhttps://github.com/Tipragot/svggen
max_upload_size
id564426
size24,835
Tipragot (Tipragot)

documentation

README

SvgGen

An image generation system that allows you to create vector images from templates.

Model

A template is an image (in svg format) with special lines that will be replaced by the argument given in the generation command.

In a template, each line that matches #GET n will be replaced by the index argument n.

Example

<svg width="100" height="100">
    <!-- The line will be replaced by the index argument `0` -->
    #GET 0
</svg>
Commit count: 30

cargo fmt