File size: 590 Bytes
f7e4b72
ddd4baa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f7e4b72
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: './IceGIrl/IceGirl.model3.json',
          }
        ]
      });
    </script>
  </body>
</html>