React component for viewing [Circuit JSON](https://github.com/tscircuit/circuit-json) or tscircuit as a schematic
npm install @tscircuit/schematic-viewerReact component for viewing Circuit JSON or tscircuit as a schematic
``tsx
import { SchematicViewer } from "@tscircuit/schematic-viewer"
export default () => (
)}
/>
)
``