live2demo/Core/README.md

31 lines
770 B
Markdown
Raw Permalink Normal View History

2022-09-08 10:22:12 +08:00
[English](README.md) / [日本語](README.ja.md)
---
2020-01-30 17:32:33 +08:00
# 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
2022-09-08 10:22:12 +08:00
This file is the minified version of `live2dcubismcore.js`.
2020-01-30 17:32:33 +08:00
Use this file in production.