mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-12-22 22:03:48 +01:00
updated index.js
This commit is contained in:
parent
3e508cb862
commit
65495c0491
@ -21,6 +21,7 @@
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table style="width:100%">
|
||||
<tbody id="table">
|
||||
@ -40,6 +41,5 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
</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