You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,7 +41,7 @@ If you are interested in customizing the widget, please refer to the detailed in
39
41
40
42
## Configuration
41
43
42
-
You can refer to the source code of `dist/autoload.js` to see the available configuration options. `autoload.js` will automatically load three files: `waifu.css`, `live2d.min.js`, and `waifu-tips.js`. `waifu-tips.js` creates the `initWidget` function, which is the main function for loading the widget. The `initWidget` function accepts an object-type parameter as the configuration for the widget. The following are the available options:
44
+
You can refer to the source code of `dist/autoload.js` to see the available configuration options. `autoload.js` will automatically load two files: `waifu.css` and `waifu-tips.js`. `waifu-tips.js` creates the `initWidget` function, which is the main function for loading the widget. The `initWidget` function accepts an object-type parameter as the configuration for the widget. The following are the available options:
43
45
44
46
| Option | Type | Default Value | Description |
45
47
| ------ | ---- | ------------- | ----------- |
@@ -150,25 +152,26 @@ This will load the widget.
150
152
151
153
> Thanks to jsDelivr for providing public CDN service.
152
154
153
-
The code is modified based on this blog post:
154
-
https://www.fghrsh.net/post/123.html
155
+
Thanks fghrsh for providing API service.
155
156
156
157
Thanks to [Hitokoto](https://hitokoto.cn) for providing the sentence API.
157
158
158
159
When you click on the paper airplane button of the virtual assistant, a hidden surprise will appear. This feature is from [WebsiteAsteroids](http://www.websiteasteroids.com).
159
160
160
161
## More
161
162
163
+
The code is modified based on this blog post:
164
+
https://www.fghrsh.net/post/123.html
165
+
162
166
For more information, you can refer to the following links:
This repository does not contain any models. The copyrights of all Live2D models, images, and motion data used for demonstration purposes belong to their respective original authors. They are provided for research and learning purposes only and should not be used for commercial purposes.
189
+
190
+
The code in this repository (excluding parts covered by the Cubism Live2D Proprietary Software License and the Live2D Open Software License) is released under the GNU General Public License v3
183
191
http://www.gnu.org/licenses/gpl-3.0.html
184
192
185
-
This repository does not contain any models. The copyrights of all Live2D models, images, and motion data used for demonstration purposes belong to their respective original authors. They are provided for research and learning purposes only and should not be used for commercial purposes.
193
+
Please comply with the relevant licenses when using any Live2D-related code:
0 commit comments