easyeda 0.0.14 → 0.0.15

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 CHANGED
@@ -1,17 +1,18 @@
1
1
  # easyeda-converter
2
2
 
3
- > [!WARNING]
4
- > This library is a work in progress! Not everything works yet!
5
-
6
3
  Convert easyeda JSON PCB footprints into [tscircuit json soup](https://docs.tscircuit.com/api-reference/advanced/soup)
7
4
 
5
+ ```bash
6
+ npm install -g easyeda
7
+ ```
8
+
8
9
  ## Library Usage
9
10
 
10
11
  ```ts
11
12
  import {
12
13
  fetchEasyEDAComponent,
13
14
  convertEasyEdaJsonToTscircuitSoupJson,
14
- } from "easyeda-converter"
15
+ } from "easyeda"
15
16
 
16
17
  // get raweasy json
17
18
  const rawEasyJson = await fetchEasyEDAComponent("C46749")
package/dist/cli/main.cjs CHANGED
@@ -29148,7 +29148,7 @@ var import_promises = __toESM(require("fs/promises"), 1);
29148
29148
  var package_default = {
29149
29149
  name: "easyeda",
29150
29150
  type: "module",
29151
- version: "0.0.13",
29151
+ version: "0.0.14",
29152
29152
  files: [
29153
29153
  "dist"
29154
29154
  ],