React component for viewing [Circuit JSON](https://github.com/tscircuit/circuit-json) or tscircuit as a assembly diagram
npm install @tscircuit/assembly-viewerReact component for viewing Circuit JSON or tscircuit as a assembly diagram
``tsx
import { AssemblyViewer } from "@tscircuit/assembly-viewer"
export default () => (
)}
/>
)
``
- This repo is heavily based on the schematic-viewer repo, if you're trying to add functionality you may
want to reference that repo which is a bit more advanced