Digger
In this example you will learn how to start digger in browser using only
emulators-ui
components. We will build simple dos player with start/stop functions
and backend selector.
In the same way you can build your dos player.

For this example you should add emulators.js
, emulators-ui.js
and emulators-ui.css
:
<script src="/v7/build/releases/latest/emulators/emulators.js"></script>
<script src="/v7/build/releases/latest/emulators-ui/emulators-ui.js"></script>
<link rel="stylesheet" href="/v7/build/releases/latest/emulators-ui/emulators-ui.css">
//...
<script>
emulators.pathPrefix = "/v7/build/releases/latest/emulators/";
Complete example:
examples/ui-digger.html
Run
{}