giving gerber files the web-based vector love they deserve
svgerber is a browser based Gerber/drill file to SVG converter. Everything is converted locally (nothing gets sent to any server) using the gerber-to-svg node package.
Given at least a top or bottom copper layer, it will render what your board is going to look like. Regardless, it will also render each individual layer separately.
Right now, it's able to convert most Gerber and drill files I can find. If you try it out with a file and get errors, let me know in the issues.
It's a quick and easy way to visualize your board designs. Plus, you can download the SVGs and send them to all your friends. They'll be impressed.
Go to svgerber.cousins.io.
This project uses gulp to build and serve the app.
$ npm install # install dev and app dependencies
$ bower install # install webpage dependencies
$ gulp # start the server / file watcher / live reload server
- Your browser should surf to
http://localhost:8000
automatically