File size: 597 Bytes
94e8441
f8907c3
 
 
 
 
 
 
 
 
 
 
 
 
 
6397e29
f8907c3
 
 
 
 
94e8441
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>
    <!-- <script src="./dist/index.min.js"></script> -->
    <!-- <script src="https://lib.oml2d.com/index.min.js"></script> -->
    <script src="https://unpkg.com/oh-my-live2d@latest/dist/index.min.js"></script>
  </head>
  <body>
    <script>
      OML2D.loadOml2d({
        models: [
          {
            path: '/runtime/hiyori_free_t08.model3.json',
          }
        ]
      });
    </script>
  </body>
</html>