Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Rebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Nov 2, 2017
1 parent e18da32 commit 7570106
Show file tree
Hide file tree
Showing 3 changed files with 3,253 additions and 3 deletions.
39 changes: 37 additions & 2 deletions dist/bundle.js

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
<!DOCTYPE html><html><head><meta charset="UTF-8" /><title>live2d</title><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"></head><body><div id="app"><canvas id="glcanvas" width="680" height="940" style="border:dashed 1px #CCC"></canvas></div><script type="text/javascript" src="bundle.js?d02b5a00476965e4258d"></script></body></html>
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8" />
<title>live2d</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>
<div id="app">
<canvas id="glcanvas" width="680" height="940"
style="border:dashed 1px #CCC">
</canvas>
</div>
<script type="text/javascript" src="bundle.js?57eb26830dc06597bd12"></script></body>

</html>
Loading

0 comments on commit 7570106

Please sign in to comment.