cutie_beanbag/untitled-package-1

Imported from Circuit JSON

Version
0.0.1
License
unset
Stars
0

dist/index.cjs

PCBPCB preview for dist/index.cjs
SchematicSchematic preview for dist/index.cjs
'use strict';

var jsxRuntime = require('react/jsx-runtime');

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

exports.Component = Component;