<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Custom speed example | Figspec</title>
<link rel="stylesheet" href="./style.css" />
<script type="module" src="./custom-speed.ts"></script>
</head>
<body>
<figspec-frame-viewer
id="demo"
pan-speed="100"
zoom-speed="100"
></figspec-frame-viewer>
</body>
</html>