Share Circuit Diagrams

You can now share circuit diagrams from the web editor by clicking the share link in the top right-hand corner.

Share link

From here you can share a short link to the circuit. For example:

There is also an html snippet to embed the circuit in another web page.

This is generated by the html snippet below:

<script type="text/javascript" src="https://crcit.net/circuit.js"></script>
<circuit-diagram circuit="ea648c42" width="600" height="400"></circuit-diagram>
<script type="text/javascript">
crcit.renderCircuits()
</script>