Fixed worker path problems.
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
<title>DeepZoomImage Worker Doctests</title>
|
||||
|
||||
<link rel="stylesheet" href="../../../3rdparty/highlight/styles/default.css">
|
||||
<link rel="stylesheet" href="../../../../css/doctest.css">
|
||||
|
||||
<script src="../../../3rdparty/highlight/highlight.pack.js"></script>
|
||||
|
||||
<script src="../../../../dist/iwmlib.3rdparty.js"></script>
|
||||
<script src="../../../bootstrap.js"></script>
|
||||
|
||||
<style>
|
||||
#app {
|
||||
display: table;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#app > * {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>DeepZoomImage with tiles loaded by a worker...</h1>
|
||||
<p>...from inside a module.</p>
|
||||
<br />
|
||||
<div id="div1"></div>
|
||||
<script class="doctest">
|
||||
Bootstrap.import("./module.js")
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user