webpack-free-tex-packer
Version:
Webpack Free texture packer plugin
25 lines (16 loc) • 553 B
HTML
<html>
<head>
<title>Test</title>
<meta http-equiv="Content-Type" content="text/html, charset=utf-8" />
<script src="index.js"></script>
</head>
<body>
<div style="float: left; width: 49%; border: 1px solid #000; height: 512px;">
<img src="assets/atlas.png"/>
</div>
<div style="float: right; width: 49%; border: 1px solid #000; height: 512px;">
<object type="application/json" data="assets/atlas.json" style="width: 100%; height: 100%"/>
</div>
</body>
</html>