cutie_beanbag/untitled-package-1

Imported from Circuit JSON

Version
0.0.1
License
unset
Stars
0

dist/index.js

PCBPCB preview for dist/index.js
SchematicSchematic preview for dist/index.js
import { jsx, jsxs } from 'react/jsx-runtime';

const Component = (props) => (jsx("chip", { name: "U1", symbol: jsxs("symbol", { children: [jsx("schematicrect", { schX: 0, schY: 0, width: 2, height: 1.5, isFilled: false }), jsx("schematiccircle", { center: { x: 0, y: 0 }, radius: 0.3, isFilled: true }), jsx("port", { name: "in", direction: "left", schX: -1, schY: 0 }), jsx("port", { name: "out", direction: "right", schX: 1, schY: 0 })] }) }));

export { Component };