mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-12-23 06:13:47 +01:00
updated index.js
This commit is contained in:
parent
3e508cb862
commit
65495c0491
@ -1,8 +1,8 @@
|
|||||||
<!DOCTYPE>
|
<!DOCTYPE>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<title>Doodle3D Box</title>
|
<title>Doodle3D Box</title>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
table, th, td {
|
table, th, td {
|
||||||
@ -20,9 +20,10 @@
|
|||||||
System.import('example/app.js');
|
System.import('example/app.js');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
<table style="width:100%">
|
<table style="width:100%">
|
||||||
<tbody id="table">
|
<tbody id="table">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>ID</th>
|
||||||
@ -38,8 +39,7 @@
|
|||||||
<th>Has Control</th>
|
<th>Has Control</th>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<body>
|
</body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
4
src/index.js
Normal file
4
src/index.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
import Doodle3DManager from './doodle3dmanager.js';
|
||||||
|
import Doodle3DAPI from './doodle3dapi.js';
|
||||||
|
|
||||||
|
export {Doodle3DManager, Doodle3DAPI};
|
Loading…
Reference in New Issue
Block a user