mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
17 lines
373 B
HTML
17 lines
373 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
|
<title>spine-ts Examples</title>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
|
</head>
|
|
|
|
<body>
|
|
<script type="module">
|
|
import spine from "https://unpkg.com/@esotericsoftware/spine-player@4.0.2/dist/index.js";
|
|
</script>
|
|
</body>
|
|
|
|
</html> |