Demo&Example: ZhangZisu.CN
Usage:
Put static
into your website root directory
Insert <link rel="stylesheet" href="/static/css/Live2D.css" type="text/css" media="all">
into <head>
Insert
<canvas id="glcanvas" width="300" height="600" class="animated fadeIn"></canvas>
<script src="//cdn.bootcss.com/jquery/2.1.3/jquery.min.js"></script>
<script src="/static/js/Live2D.js"></script>
into <body>