diff options
Diffstat (limited to 'gerboweb/templates/index.html')
-rw-r--r-- | gerboweb/templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gerboweb/templates/index.html b/gerboweb/templates/index.html index 3de8ea5..3895185 100644 --- a/gerboweb/templates/index.html +++ b/gerboweb/templates/index.html @@ -13,6 +13,8 @@ <div class="desc"> <h1>SVG/JPG/PNG to PCB converter</h1> <p> + This is the toy web frontend to <a href="https://github.com/jaseg/gerbolyze">Gerbolyze</a>. + Gerbolyze is a tool for rendering arbitrary vector (SVG) and raster (PNG/JPG) images directly onto gerber layers. You can use this to put art on a PCB's silkscreen, solder mask or copper layers. The input is an SVG file generated from a template. This SVG file has one layer for each PCB layer and the layers are rendered one by one |