diff options
author | jaseg <git@jaseg.de> | 2021-02-07 14:08:23 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-02-07 14:08:23 +0100 |
commit | be6783e8034a14721131cb30ee5afded50095a4b (patch) | |
tree | 93abb8ebc053ffa1c11fbf49257c64d27cb47a6d /gerboweb/templates/index.html | |
parent | a4b45196df2e12ace14c82407e2bc10b0a1eff3e (diff) | |
download | gerbolyze-be6783e8034a14721131cb30ee5afded50095a4b.tar.gz gerbolyze-be6783e8034a14721131cb30ee5afded50095a4b.tar.bz2 gerbolyze-be6783e8034a14721131cb30ee5afded50095a4b.zip |
Update description in gerboweb
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 |