A small toolkit to help create KiCad projects by pulling parts and metadata from LCSC.
This repository contains two main pieces:
ez-lcsc-chrome-ex— a browser extension (Svelte) used to scrape or integrate with LCSC pages.ez-lcsc-desktop-connector— a Tauri desktop app that helps import parts into KiCad projects and manage local data.
Quick links
- Chrome extension:
ez-lcsc-chrome-ex - Desktop connector:
ez-lcsc-desktop-connector - CI/release workflows:
.github/workflows
Quick start
- Clone the repository:
git clone https://github.com/BiggiePete/easyeda2kicad-App.git
cd EZ_LCSC2KiCAD- Build the production Chrome extension:
npm i
npm run build- Build the desktop connector (Windows example):
cd ..\ez-lcsc-desktop-connector
npm i
npm run tauri build