mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-14 02:58:44 +08:00
12 lines
250 B
HTML
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> |