@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-01-10T15:20:18Z
3
+ - **Last updated**: 2023-01-17T10:57:27Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
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
+ ![Example draw command visualization based on the code example in this readme](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom-axidraw/readme-commands.png)
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.0",
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": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n"
124
+ "gitHead": "02425e5d92d381af664430d56609ee82948b4f59\n"
125
125
  }