/svgerber

browser based gerber to svg viewer

Primary LanguageCoffeeScriptOtherNOASSERTION

svgerber (beta!)

David David

giving gerber files the web-based vector love they deserve

what?

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.

why?

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.

how?

Go to svgerber.cousins.io.

local dev server

This project uses gulp to build and serve the app.

  1. $ npm install # install dev and app dependencies
  2. $ gulp # start the server / file watcher / live reload server
  3. Your browser should surf to http://localhost:8000 automatically