@thi.ng/geom-axidraw 0.3.0 → 0.3.1
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 +4 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -28,12 +28,12 @@ This project is part of the
|
|
|
28
28
|
|
|
29
29
|
## About
|
|
30
30
|
|
|
31
|
-
Conversion and preparation of thi.ng/geom shapes & shape groups to AxiDraw pen plotter draw commands. This is a support package for [@thi.ng/geom](https://github.com/thi-ng/umbrella/tree/develop/packages/geom).
|
|
31
|
+
Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands. This is a support package for [@thi.ng/geom](https://github.com/thi-ng/umbrella/tree/develop/packages/geom).
|
|
32
32
|
|
|
33
33
|
This package only deals with the (bi-directional) conversion aspects between
|
|
34
34
|
geometry and plotter commands. The
|
|
35
35
|
[@thi.ng/axidraw](https://github.com/thi-ng/umbrella/blob/develop/packages/axidraw)
|
|
36
|
-
is responsible for the actual plotter output...
|
|
36
|
+
package is responsible for the actual plotter output...
|
|
37
37
|
|
|
38
38
|
### Supported shape types
|
|
39
39
|
|
|
@@ -123,6 +123,8 @@ supplied
|
|
|
123
123
|
function, which also takes several options to customize the resulting output.
|
|
124
124
|
One of the [examples](#clipping) below is demonstrating basic usage.
|
|
125
125
|
|
|
126
|
+

|
|
127
|
+
|
|
126
128
|
### Basic usage & examples
|
|
127
129
|
|
|
128
130
|
The main function of this package is the polymorphic function
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom-axidraw",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "Conversion and preparation of thi.ng/geom shapes & shape groups to AxiDraw pen plotter draw commands",
|
|
3
|
+
"version": "0.3.1",
|
|
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",
|
|
7
7
|
"typings": "./index.d.ts",
|
|
@@ -121,5 +121,5 @@
|
|
|
121
121
|
"status": "alpha",
|
|
122
122
|
"year": 2022
|
|
123
123
|
},
|
|
124
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "02425e5d92d381af664430d56609ee82948b4f59\n"
|
|
125
125
|
}
|