You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,19 @@ npm run preview
72
72
73
73
### Usage
74
74
75
-
1. Open the application in your browser.
76
-
2. Use the toolbar to draw and manipulate circuit elements.
77
-
3. Save your work using the save buttons.
78
-
4. Load previously saved canvases and libraries using the load buttons.
75
+
## Usage
76
+
77
+
1. Open the app trough the `npm run preview` or `npm run dev` commands.
78
+
2. Start drawing your circuit on the canvas:
79
+
- On the canvas, right-click to show the canvas menu, and select`Create Node`.
80
+
- Right-click on the node to show the node menu, and select`Change Image` and selectan image relevant to your circuit node.
81
+
- Right-click on the node to show the node menu, and select`Add Port` and selectthe port location and type.
82
+
- You can rename the circuit node label or port label by double-clicking on the label. The port or port label can also be deleted (right-click on the port to show the port menu and go from there).
83
+
- After you are satisfied with your changes to the circuit node, and if you wish to save the circuit node to be able to reuse it in the current or a different circuit, you can right-click on the circuit node and press `Save Node to Library`.
84
+
- You can reuse the node by right-clicking on the canvas and selecting `Add Node from Library`.
85
+
- The connections between circuit nodes can be done by drag-and-dropping one port to the destination port (if it is a compatible port).
86
+
87
+
79
88
80
89
## Demo
81
90
You can view the deployed version of the application [here](https://code-forge-temple.github.io/circuit-sketcher-app).
0 commit comments