@thi.ng/rstream-gestures 5.0.176 → 5.0.178

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 (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -106,7 +106,7 @@ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
106
106
 
107
107
  ## Usage examples
108
108
 
109
- 17 projects in this repo's
109
+ 18 projects in this repo's
110
110
  [/examples](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples)
111
111
  directory are using this package:
112
112
 
@@ -129,6 +129,7 @@ directory are using this package:
129
129
  | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/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://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/trace-bitmap) |
130
130
  | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/webgl-cube.png" width="240"/> | 3D arcball controller to rotate the camera view of a colored cube | [Demo](https://demo.thi.ng/umbrella/webgl-arcball/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/webgl-arcball) |
131
131
  | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/webgl-channel-mixer.jpg" width="240"/> | rdom & WebGL-based image channel editor | [Demo](https://demo.thi.ng/umbrella/webgl-channel-mixer/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/webgl-channel-mixer) |
132
+ | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/webgl-obj.avif" width="240"/> | Basic 3D OBJ model loading & interactive arcball camera control | [Demo](https://demo.thi.ng/umbrella/webgl-obj/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/webgl-obj) |
132
133
 
133
134
  ## API
134
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-gestures",
3
- "version": "5.0.176",
3
+ "version": "5.0.178",
4
4
  "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -44,14 +44,14 @@
44
44
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@thi.ng/api": "^8.12.26",
48
- "@thi.ng/checks": "^3.10.0",
49
- "@thi.ng/math": "^5.15.15",
50
- "@thi.ng/rstream": "^9.5.10",
51
- "@thi.ng/transducers": "^9.6.40"
47
+ "@thi.ng/api": "^8.12.27",
48
+ "@thi.ng/checks": "^3.10.1",
49
+ "@thi.ng/math": "^5.15.16",
50
+ "@thi.ng/rstream": "^9.5.11",
51
+ "@thi.ng/transducers": "^9.6.41"
52
52
  },
53
53
  "devDependencies": {
54
- "esbuild": "^0.28.0",
54
+ "esbuild": "^0.28.1",
55
55
  "typedoc": "^0.28.19",
56
56
  "typescript": "^6.0.3"
57
57
  },
@@ -99,5 +99,5 @@
99
99
  ],
100
100
  "year": 2018
101
101
  },
102
- "gitHead": "c47c56420bcae2e0477d252a497be44f08ca185a"
102
+ "gitHead": "bc535a90970f96564cae15f1732b5fb8562135c4"
103
103
  }