[English](README.md) / [日本語](README.ja.md)

---

# 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 the minified version of `live2dcubismcore.js`.
Use this file in production.
