@thi.ng/pixel-io-netpbm 2.1.50 → 2.1.52

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-03-27T19:05:49Z
3
+ - **Last updated**: 2023-04-08T11:09:50Z
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
@@ -13,6 +13,7 @@ This project is part of the
13
13
  - [Status](#status)
14
14
  - [Installation](#installation)
15
15
  - [Dependencies](#dependencies)
16
+ - [Usage examples](#usage-examples)
16
17
  - [API](#api)
17
18
  - [Authors](#authors)
18
19
  - [License](#license)
@@ -74,6 +75,18 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.24 KB
74
75
  - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
75
76
  - [@thi.ng/pixel](https://github.com/thi-ng/umbrella/tree/develop/packages/pixel)
76
77
 
78
+ ## Usage examples
79
+
80
+ Several demos in this repo's
81
+ [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
82
+ directory are using this package.
83
+
84
+ A selection:
85
+
86
+ | Screenshot | Description | Live demo | Source |
87
+ |:--------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------|:---------------------------------------------------|:--------------------------------------------------------------------------------|
88
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/trace-bitmap.jpg" width="240"/> | Multi-layer vectorization & dithering of bitmap images | [Demo](https://demo.thi.ng/umbrella/trace-bitmap/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/trace-bitmap) |
89
+
77
90
  ## API
78
91
 
79
92
  [Generated API docs](https://docs.thi.ng/umbrella/pixel-io-netpbm/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pixel-io-netpbm",
3
- "version": "2.1.50",
3
+ "version": "2.1.52",
4
4
  "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,17 +34,17 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.5",
38
- "@thi.ng/errors": "^2.2.14",
39
- "@thi.ng/pixel": "^4.1.11"
37
+ "@thi.ng/api": "^8.8.0",
38
+ "@thi.ng/errors": "^2.2.15",
39
+ "@thi.ng/pixel": "^4.2.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.34.4",
43
- "@thi.ng/testament": "^0.3.14",
43
+ "@thi.ng/testament": "^0.3.15",
44
44
  "rimraf": "^4.4.1",
45
45
  "tools": "^0.0.1",
46
46
  "typedoc": "^0.23.28",
47
- "typescript": "^5.0.2"
47
+ "typescript": "^5.0.4"
48
48
  },
49
49
  "keywords": [
50
50
  "1bit",
@@ -86,5 +86,5 @@
86
86
  "parent": "@thi.ng/pixel",
87
87
  "year": 2021
88
88
  },
89
- "gitHead": "83b15b34326d480cbca0472b20390d4d3bbb792a\n"
89
+ "gitHead": "3a56bc490f1e68754762a503d06327b5b34ff7eb\n"
90
90
  }