https://github.com/wokwi/easyeda2kicad
Convert EasyEDA designs to KiCad EDA
https://github.com/wokwi/easyeda2kicad
easyeda kicad pcb pcb-design pcbnew
Last synced: 3 months ago
JSON representation
Convert EasyEDA designs to KiCad EDA
- Host: GitHub
- URL: https://github.com/wokwi/easyeda2kicad
- Owner: wokwi
- License: other
- Created: 2019-09-03T16:09:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T12:50:59.000Z (over 1 year ago)
- Last Synced: 2025-03-29T03:07:07.226Z (3 months ago)
- Topics: easyeda, kicad, pcb, pcb-design, pcbnew
- Language: TypeScript
- Homepage: https://wokwi.com/tools/easyeda2kicad
- Size: 1.17 MB
- Stars: 301
- Watchers: 15
- Forks: 39
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This project is no longer maintained!
We recommend [the easyeda2kicad python package](https://github.com/uPesy/easyeda2kicad.py) instead.
# EasyEDA 2 KiCad
Convert EasyEDA PCBs to KiCad format
[](https://travis-ci.org/wokwi/easyeda2kicad)
## Online Converter
The easiest way to convert EasyEDA boards to KiCad format is to use the online convertor:
https://wokwi.com/easyeda2kicad
## Installation
```
npm install -g easyeda2kicad
```## Usage
```
easyeda2kicad [output.kicad_pcb]
```## Notes
Copper zones are converted but not filled. When you load the converted PCB in KiCad press "b" (or "Edit" → "Fill All Zones") to recalculate the zones.
## License
Copyright (C) 2019, Uri Shaked.
Most of the code is released under the MIT license, with the exception of [src/svg-arc.ts](src/svg-arc.ts), which is
released under the Apache 2.0 license.