We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0de0a commit 5521556Copy full SHA for 5521556
examples/minimal/app.js
@@ -3,14 +3,6 @@
3
* Demonstrates the new ECS architecture with plugins
4
*/
5
6
-/*import { Engine } from '../../src/core/engine.js';
7
-import { CaptureSystem } from '../../src/systems/capture-system.js';
8
-import { webcamPlugin } from '../../plugins/source/webcam.js';
9
-import { videoPlugin } from '../../plugins/source/video.js';
10
-import { imagePlugin } from '../../plugins/source/image.js';
11
-import { defaultProfilePlugin } from '../../plugins/profile/default-policy.js';
12
-import { EVENTS, RESOURCES, SOURCE_TYPES } from '../../src/core/components.js';*/
13
-
14
import {
15
Engine,
16
CaptureSystem,
0 commit comments