LCKiConverter
一个将lceda.cn的器件转换为KiCad格式的浏览器扩展. 可以转换原理图库,封装库以及3D模型。
A browser extension to convert component in lceda.cn (aka easyeda.com) to KiCad format. Support symbol library, footprint module and 3d model.
如何使用 How to use
运行环境 Run Environmnet
Chrome, Edge
如何编译 How To Build
确保Node.js已经安装,然后运行下面的命令。npm可以使用cnpm代替。
Ensure Node.js installed.
git clone https://github.com/xtoolbox/lckiconverter.git
cd lckiconverter
npm install
npm run build
使用浏览器的开发者模式安装dist目录中的内容。
Install the dist folder in Chrome/Edge in developer mode