mirror of
https://github.com/chendishen/react-live2d.git
synced 2024-11-22 20:09:59 +08:00
.. | ||
CHANGELOG.md | ||
LICENSE.md | ||
live2dcubismcore.d.ts | ||
live2dcubismcore.js | ||
live2dcubismcore.js.map | ||
live2dcubismcore.min.js | ||
README.md | ||
RedistributableFiles.txt |
Live2D Cubism Core
This folder contains core library files for developing JavaScript or TypeScript applications.
File List
live2dcubismcore.d.ts
This file contains typescript type information about live2dcubismcore.js
.
Use this file with live2dcubismcore.js
when developing with TypeScript.
live2dcubismcore.js
This file contains Cubism Core features and some wrapper features. Use this file when developing with JavaScript.
live2dcubismcore.js.map
This file is the source map between live2dcubismcore.d.ts
and live2dcubismcore.js
.
Use this file when debugging.
live2dcubismcore.min.js
This file is minified of live2dcubismcore.js
.
Use this file in production.