lesca-object-tweener
Version:
Simply tween object values.
20 lines (19 loc) • 608 B
HTML
<html lang="zh-tw">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,user-scalable=0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title></title>
<meta property="og:site_name" content="" />
<meta name="apple-mobile-web-app-capable" content="no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
</head>
<body>
<div id="app"></div>
<script type="module">
import YourClass from './index.js';
console.log(YourClass);
</script>
</body>
</html>