Skip to content

Commit 2d7c53e

Browse files
committed
feat(profile): capability-based auto profile; keep legacy mappings
1 parent 2a467d2 commit 2d7c53e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const engine = new Engine();
2323
engine.pluginManager.register(webcamPlugin.id, webcamPlugin);
2424
engine.pluginManager.register(defaultProfilePlugin.id, defaultProfilePlugin);
2525

26-
// Enable profile plugin
26+
// Enable profile plugin (computes capability-based profile)
2727
await 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
9494
The 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

Comments
 (0)