@thi.ng/geom-sdf 0.2.10 → 0.2.12

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +5 -5
  3. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-08-01T14:53:59Z
3
+ - **Last updated**: 2022-09-21T21:37:59Z
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
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![geom-sdf](https://media.thi.ng/umbrella/banners/thing-geom-sdf.svg?6069668d)
3
+ # ![geom-sdf](https://media.thi.ng/umbrella/banners-20220914/thing-geom-sdf.svg?f53271fc)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/geom-sdf.svg)](https://www.npmjs.com/package/@thi.ng/geom-sdf)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/geom-sdf.svg)
@@ -13,8 +13,8 @@ This project is part of the
13
13
  - [SDF creation](#sdf-creation)
14
14
  - [SDF combinators](#sdf-combinators)
15
15
  - [SDF discretization, sampling & domain modifiers](#sdf-discretization-sampling--domain-modifiers)
16
- - [Status](#status)
17
- - [Related packages](#related-packages)
16
+ - [Status](#status)
17
+ - [Related packages](#related-packages)
18
18
  - [Installation](#installation)
19
19
  - [Dependencies](#dependencies)
20
20
  - [API](#api)
@@ -100,13 +100,13 @@ support custom modfifiers. The table below illustrates a few examples effects:
100
100
  | `repeatMirror2()` | ![](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom-sdf/domain-mirror-01.png) | ![](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom-sdf/domain-mirror-02.png) | ![](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom-sdf/domain-mirror-03.png) |
101
101
  | `repeatPolar2()` | ![](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom-sdf/domain-polar-01.png) | ![](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom-sdf/domain-polar-02.png) | ![](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom-sdf/domain-polar-03.png) |
102
102
 
103
- ### Status
103
+ ## Status
104
104
 
105
105
  **ALPHA** - bleeding edge / work-in-progress
106
106
 
107
107
  [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bgeom-sdf%5D+in%3Atitle)
108
108
 
109
- ### Related packages
109
+ ## Related packages
110
110
 
111
111
  - [@thi.ng/distance-transform](https://github.com/thi-ng/umbrella/tree/develop/packages/distance-transform) - Binary image to Distance Field transformation
112
112
  - [@thi.ng/geom-isoline](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-isoline) - Fast 2D contour line extraction / generation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-sdf",
3
- "version": "0.2.10",
3
+ "version": "0.2.12",
4
4
  "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,26 +34,26 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.0",
38
- "@thi.ng/checks": "^3.2.4",
39
- "@thi.ng/defmulti": "^2.1.12",
40
- "@thi.ng/errors": "^2.1.10",
41
- "@thi.ng/geom": "^3.4.9",
42
- "@thi.ng/geom-api": "^3.3.7",
43
- "@thi.ng/geom-isoline": "^2.1.21",
44
- "@thi.ng/geom-poly-utils": "^2.3.8",
45
- "@thi.ng/geom-resample": "^2.1.24",
46
- "@thi.ng/math": "^5.3.6",
47
- "@thi.ng/transducers": "^8.3.12",
48
- "@thi.ng/vectors": "^7.5.13"
37
+ "@thi.ng/api": "^8.4.2",
38
+ "@thi.ng/checks": "^3.2.5",
39
+ "@thi.ng/defmulti": "^2.1.14",
40
+ "@thi.ng/errors": "^2.2.0",
41
+ "@thi.ng/geom": "^3.4.11",
42
+ "@thi.ng/geom-api": "^3.3.9",
43
+ "@thi.ng/geom-isoline": "^2.1.23",
44
+ "@thi.ng/geom-poly-utils": "^2.3.10",
45
+ "@thi.ng/geom-resample": "^2.1.26",
46
+ "@thi.ng/math": "^5.3.8",
47
+ "@thi.ng/transducers": "^8.3.14",
48
+ "@thi.ng/vectors": "^7.5.15"
49
49
  },
50
50
  "devDependencies": {
51
- "@microsoft/api-extractor": "^7.25.0",
52
- "@thi.ng/testament": "^0.2.11",
51
+ "@microsoft/api-extractor": "^7.31.1",
52
+ "@thi.ng/testament": "^0.3.0",
53
53
  "rimraf": "^3.0.2",
54
54
  "tools": "^0.0.1",
55
55
  "typedoc": "^0.22.17",
56
- "typescript": "^4.7.4"
56
+ "typescript": "^4.8.3"
57
57
  },
58
58
  "keywords": [
59
59
  "2d",
@@ -127,5 +127,5 @@
127
127
  "status": "alpha",
128
128
  "year": 2022
129
129
  },
130
- "gitHead": "4383dd462ecbafabbb7ae7ba567e3b3738abb9ab\n"
130
+ "gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
131
131
  }