@thi.ng/geom-axidraw 0.5.72 → 0.5.73
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/CHANGELOG.md +1 -1
- package/README.md +2 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -92,6 +92,8 @@ any package-specific attribs must be stored under the `__axi` key:
|
|
|
92
92
|
custom drawing tools](#supporting-custom-drawing-tools).
|
|
93
93
|
|
|
94
94
|
```ts
|
|
95
|
+
import { circle } from "@thi.ng/geom";
|
|
96
|
+
|
|
95
97
|
// a circle which will be plotted at only 10% of the normal speed
|
|
96
98
|
circle(100, { __axi: { speed: 0.1 } })
|
|
97
99
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom-axidraw",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.73",
|
|
4
4
|
"description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@thi.ng/api": "^8.9.27",
|
|
39
|
-
"@thi.ng/arrays": "^2.8.
|
|
40
|
-
"@thi.ng/axidraw": "^1.1.
|
|
39
|
+
"@thi.ng/arrays": "^2.8.5",
|
|
40
|
+
"@thi.ng/axidraw": "^1.1.63",
|
|
41
41
|
"@thi.ng/compare": "^2.2.23",
|
|
42
|
-
"@thi.ng/defmulti": "^3.0.
|
|
43
|
-
"@thi.ng/geom": "^6.0.
|
|
44
|
-
"@thi.ng/geom-accel": "^3.5.
|
|
45
|
-
"@thi.ng/geom-api": "^3.4.
|
|
46
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
47
|
-
"@thi.ng/geom-isec": "^2.1.
|
|
48
|
-
"@thi.ng/transducers": "^8.9.
|
|
49
|
-
"@thi.ng/vectors": "^7.10.
|
|
42
|
+
"@thi.ng/defmulti": "^3.0.28",
|
|
43
|
+
"@thi.ng/geom": "^6.0.35",
|
|
44
|
+
"@thi.ng/geom-accel": "^3.5.57",
|
|
45
|
+
"@thi.ng/geom-api": "^3.4.73",
|
|
46
|
+
"@thi.ng/geom-clip-line": "^2.3.73",
|
|
47
|
+
"@thi.ng/geom-isec": "^2.1.115",
|
|
48
|
+
"@thi.ng/transducers": "^8.9.9",
|
|
49
|
+
"@thi.ng/vectors": "^7.10.15"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@microsoft/api-extractor": "^7.40.1",
|
|
@@ -121,5 +121,5 @@
|
|
|
121
121
|
"status": "alpha",
|
|
122
122
|
"year": 2022
|
|
123
123
|
},
|
|
124
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n"
|
|
125
125
|
}
|