Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
feat: FINALLY USEABLE (basically)
Browse files Browse the repository at this point in the history
by the way, we fixed journey-ad/live2d_src#1 and
journey-ad/live2d_src#3 , thanks for your great work!
  • Loading branch information
xiazeyu committed Jan 13, 2018
1 parent 5d4cddc commit 7c121a2
Show file tree
Hide file tree
Showing 61 changed files with 119,294 additions and 114,694 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Add the Sseexxyyy live2d to your webpages!

[TOC]

Demo: [TBD.](javascript:void(0);)
Demo: [Still working, but you can have a look~](https://xiazeyu.github.io/live2d-widget.js/dev.html)

Docs(including APIs): [Click me!](https://xiazeyu.github.io/live2d-widget.js/)

Online generator: [TBD.](javascript:void(0);)

Expand Down
3 changes: 3 additions & 0 deletions dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
</head>
<body>
<script src="dev/clL2D.min.js"></script>
<script type="text/javascript">
initL2Dwidget();
</script>
</body>
</html>
3 changes: 3 additions & 0 deletions ghpages/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
</head>
<body>
<script src="lib/clL2D.min.js"></script>
<script type="text/javascript">
initL2Dwidget();
</script>
</body>
</html>
Loading

0 comments on commit 7c121a2

Please sign in to comment.