pixijs-remote-helper
Version:
Tools for remote inspecting pixijs application
22 lines • 405 B
HTML
<html>
<head>
<meta charset=UTF-8>
<title>Pixijs remote helper</title>
</head>
<body>
<div id="app"><Main/></div>
<!-- <script type="text/javascript" src="main.bundle.js"></script>-->
</body>
<style>
html {
background-color: whitesmoke;
height: 100%;
}
body {
margin: 0;
padding: 0;
height: 100%;
}
</style>
</html>