Skip to content

Commit

Permalink
docs(geom-axidraw): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 11, 2023
1 parent 3f0b3e2 commit a3ba87c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Binary file added assets/geom-axidraw/readme-commands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions packages/geom-axidraw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ This project is part of the

## About

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).
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).

This package only deals with the (bi-directional) conversion aspects between
geometry and plotter commands. The
[@thi.ng/axidraw](https://github.com/thi-ng/umbrella/blob/develop/packages/axidraw)
is responsible for the actual plotter output...
package is responsible for the actual plotter output...

### Supported shape types

Expand Down Expand Up @@ -123,6 +123,8 @@ supplied
function, which also takes several options to customize the resulting output.
One of the [examples](#clipping) below is demonstrating basic usage.

![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)

### Basic usage & examples

The main function of this package is the polymorphic function
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thi.ng/geom-axidraw",
"version": "0.3.0",
"description": "Conversion and preparation of thi.ng/geom shapes & shape groups to AxiDraw pen plotter draw commands",
"description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands",
"type": "module",
"module": "./index.js",
"typings": "./index.d.ts",
Expand Down
4 changes: 3 additions & 1 deletion packages/geom-axidraw/tpl.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This package only deals with the (bi-directional) conversion aspects between
geometry and plotter commands. The
[@thi.ng/axidraw](https://github.com/thi-ng/umbrella/blob/develop/packages/axidraw)
is responsible for the actual plotter output...
package is responsible for the actual plotter output...

### Supported shape types

Expand Down Expand Up @@ -99,6 +99,8 @@ supplied
function, which also takes several options to customize the resulting output.
One of the [examples](#clipping) below is demonstrating basic usage.

![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)

### Basic usage & examples

The main function of this package is the polymorphic function
Expand Down

0 comments on commit a3ba87c

Please sign in to comment.