wilderness-core
Version:
The SVG animation engine behind Wilderness
30 lines (27 loc) • 381 B
HTML
<head>
<title>Morph</title>
<style>
html,
body {
height: 100%;
}
body {
margin: 0;
}
svg {
height: 100%;
width: 100%;
}
</style>
</head>
<body>
<svg
height="300"
preserveAspectRatio="xMidYMid meet"
width="100"
viewBox="0 0 100 300"
>
</svg>
<script src="dist.js"></script>
</body>