@lovelace_lol/loom3 1.0.24 → 1.0.26

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 +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -345,6 +345,21 @@ const loom = new Loom3({
345
345
  });
346
346
  ```
347
347
 
348
+ ### Annotation configuration
349
+
350
+ `annotationRegions` is the Loom3 field for camera/marker region defaults and profile overrides.
351
+
352
+ For the current runtime-oriented documentation, including:
353
+
354
+ - `paddingFactor`
355
+ - `cameraAngle`
356
+ - `cameraOffset`
357
+ - `style.lineDirection`
358
+ - the difference between `cameraAngle: 0` and omitting `cameraAngle`
359
+ - the current LoomLarge runtime note that annotations have not been moved from the demo project into Loom3 yet
360
+
361
+ see [ANNOTATION_CONFIGURATION.md](./ANNOTATION_CONFIGURATION.md).
362
+
348
363
  ![Character properties UI showing a Loom3 preset applied to a live character](./assets/readme/preset-applied-ui.webp)
349
364
 
350
365
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovelace_lol/loom3",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "description": "Lightweight 3D character animation engine for facial AUs, visemes, and bone-driven motion",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",