@@ -23,7 +23,7 @@ const engine = new Engine();
2323engine .pluginManager .register (webcamPlugin .id , webcamPlugin);
2424engine .pluginManager .register (defaultProfilePlugin .id , defaultProfilePlugin);
2525
26- // Enable profile plugin
26+ // Enable profile plugin (computes capability-based profile)
2727await engine .pluginManager .enable (defaultProfilePlugin .id , engine .getContext ());
2828
2929// Initialize webcam capture
@@ -50,9 +50,9 @@ engine.start();
5050
5151### Documentation
5252
53- - ECS Architecture Guide (docs/ECS_ARCHITECTURE.md) - Complete documentation
54- - Plugins Guide (plugins/README.md) - Plugin contract, lifecycle, and events
55- - Minimal Example (examples/minimal/) - Working example application
53+ - ECS Architecture Guide (docs/ECS_ARCHITECTURE.md)
54+ - Plugins Guide (plugins/README.md) — Plugin contract, lifecycle, events, and device profile migration (QUALITY_TIERS)
55+ - Examples Index (examples/index.html)
5656
5757### Running Examples
5858
@@ -94,7 +94,7 @@ If the camera doesn’t start automatically, click or tap once to allow autoplay
9494The original Source and Profile classes are still available and fully supported:
9595
9696``` javascript
97- import { Source , Profile } from " arjs -core" ;
97+ import { Source , Profile } from " ar.js -core" ;
9898```
9999
100- See existing documentation for legacy API usage.
100+ See existing documentation for legacy API usage.
0 commit comments