Importing from Circuit JSON
Overview
You can import Circuit JSON into tscircuit components.
Circuit JSON is normally an output of tscircuit code, but sometimes it can be a helpful intermediate format so is used to generate tscircuit code.
via Web
note
TODO we're still writing this section!
via CLI
note
TODO we're still writing this section!
Programmatically Converting Circuit JSON to tscircuit code
You can use the circuit-json-to-tscircuit module to programmatically convert circuit json into tscircuit code.