mirror of
https://github.com/chendishen/react-live2d.git
synced 2024-11-25 13:51:28 +08:00
27 lines
703 B
Markdown
27 lines
703 B
Markdown
|
# 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.
|