circuit-to-canvas 0.0.26 → 0.0.27

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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -72,17 +72,17 @@ This checklist tracks PCB drawing features from [circuit-to-svg](https://github.
72
72
  ### Fabrication Notes
73
73
 
74
74
  - [x] `pcb_fabrication_note_text` - Fabrication note text
75
- - [ ] `pcb_fabrication_note_rect` - Fabrication note rectangles
76
- - [ ] `pcb_fabrication_note_path` - Fabrication note paths
75
+ - [x] `pcb_fabrication_note_rect` - Fabrication note rectangles
76
+ - [x] `pcb_fabrication_note_path` - Fabrication note paths
77
77
  - [ ] `pcb_fabrication_note_dimension` - Fabrication dimension annotations
78
78
 
79
79
  ### Annotation/Notes
80
80
 
81
- - [ ] `pcb_note_text` - General note text
82
- - [ ] `pcb_note_rect` - Note rectangles
83
- - [ ] `pcb_note_path` - Note paths
84
- - [ ] `pcb_note_line` - Note lines
85
- - [ ] `pcb_note_dimension` - Dimension annotations
81
+ - [x] `pcb_note_text` - General note text
82
+ - [x] `pcb_note_rect` - Note rectangles
83
+ - [x] `pcb_note_path` - Note paths
84
+ - [x] `pcb_note_line` - Note lines
85
+ - [x] `pcb_note_dimension` - Dimension annotations
86
86
 
87
87
  ### Panel Support
88
88
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "circuit-to-canvas",
3
3
  "main": "dist/index.js",
4
- "version": "0.0.26",
4
+ "version": "0.0.27",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsup-node ./lib/index.ts --format esm --dts",