@map-gesture-controls/ol 0.1.4 → 0.1.5

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -123,6 +123,8 @@ Full docs, live demos, and API reference at **[sanderdesnaijer.github.io/map-ges
123
123
 
124
124
  All gesture processing runs locally in the browser. No video data is sent to any server. MediaPipe WASM and model files are loaded from public CDNs.
125
125
 
126
+ Built by [Sander de Snaijer](https://www.sanderdesnaijer.com).
127
+
126
128
  ## License
127
129
 
128
130
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@map-gesture-controls/ol",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Control OpenLayers maps with hand gestures via MediaPipe",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",