@lovelace_lol/loom3 1.0.25 → 1.0.27
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/README.md +15 -0
- 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
|

|
|
349
364
|
|
|
350
365
|
---
|
package/package.json
CHANGED