12 lines
250 B
HTML

<html>
<script src="../../build/spine-canvas.js"></script>
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
<body>
<center>
<canvas id="canvas" style="width: 640; height: 480"></canvas>
</center>
</body>
<script>
</script>
</html>