Skip to content

Commit ce2f1b3

Browse files
added reference to circuit-sketcher-lib
1 parent d968b9e commit ce2f1b3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ An application to draw circuits on a canvas. It is based on the [code-forge-temp
1010
- [Linting](#linting)
1111
- [Preview](#preview)
1212
- [Demo](#demo)
13+
- [Component Library](#component-library)
1314
- [License](#license)
1415

1516
## Features
@@ -90,5 +91,20 @@ A short video tutorial on how to use the application (the video is showcasing th
9091
## Demo
9192
You can view the deployed version of the application [here](https://code-forge-temple.github.io/circuit-sketcher-app).
9293
94+
## Component Library
95+
96+
To help you get started with Circuit Sketcher, we provide a curated library of circuit components at [circuit-sketcher-lib](https://github.com/code-forge-temple/circuit-sketcher-lib).
97+
98+
### Quick Start with Pre-built Components
99+
100+
**Import the entire library:**
101+
- Download the complete component library: [library.json](https://github.com/code-forge-temple/circuit-sketcher-lib/blob/main/assets/lib/library.json)
102+
- Import it directly into Circuit Sketcher to get access to all available components (right click on canvas to show the menu, then `Library...` -> `Import Library`)
103+
104+
**Import individual components:**
105+
- Browse individual components: [assets/nodes](https://github.com/code-forge-temple/circuit-sketcher-lib/tree/main/assets/nodes)
106+
- Download specific `.json` files for the components you need
107+
- Import them one by one into your Circuit Sketcher workspace (right click on canvas to show the menu, then `Import Node`)
108+
93109
## License
94110
This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for more details.

0 commit comments

Comments
 (0)