@tscircuit/fake-snippets 0.0.193 → 0.0.195
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -8
- package/dist/bundle.js +244 -88
- package/dist/index.d.ts +2 -8
- package/dist/index.js +143 -8
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -2,14 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Build electronics with React. The website for tscircuit packages and the online tscircuit editor
|
|
4
4
|
|
|
5
|
-
<a href="https://console.algora.io/org/tscircuit/bounties?status=completed">
|
|
6
|
-
<img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fconsole.algora.io%2Fapi%2Fshields%2Ftscircuit%2Fbounties%3Fstatus%3Dcompleted" alt="Rewarded Bounties">
|
|
7
|
-
</a>
|
|
8
|
-
<a href="https://console.algora.io/org/tscircuit/bounties?status=open">
|
|
9
|
-
<img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fconsole.algora.io%2Fapi%2Fshields%2Ftscircuit%2Fbounties%3Fstatus%3Dopen" alt="Open Bounties">
|
|
10
|
-
</a>
|
|
11
|
-
|
|
12
|
-
|
|
13
5
|
[Docs](https://docs.tscircuit.com) · [Website](https://tscircuit.com) · [Twitter](https://x.com/tscircuit) · [discord](https://tscircuit.com/community/join-redirect) · [Quickstart](https://docs.tscircuit.com/quickstart) · [Online Playground](https://tscircuit.com/playground)
|
|
14
6
|
|
|
15
7
|
tscircuit.com is a web application for creating, sharing, and managing circuit designs using TypeScript and React. It provides an intuitive interface for designing circuit boards, packages, footprints, and 3D models.
|