live2demo/Core
孙羽 a5fd852e63 翻译注释 2023-10-23 11:30:41 +08:00
..
CHANGELOG.md Update to Cubism 5 SDK for Web R1 beta1 2023-08-17 11:07:18 +09:00
LICENSE.md Update to Cubism SDK for Web R4 2021-12-09 14:13:06 +09:00
README.ja.md Update to Cubism 4 SDK for Web R5 2022-09-08 11:22:12 +09:00
README.md Update to Cubism 4 SDK for Web R5 2022-09-08 11:22:12 +09:00
RedistributableFiles.txt Update to Cubism 4 SDK for Web R1 2020-01-30 18:34:38 +09:00
live2dcubismcore.d.ts 翻译注释 2023-10-23 11:30:41 +08:00
live2dcubismcore.js 翻译注释 2023-10-23 11:30:41 +08:00
live2dcubismcore.js.map 翻译注释 2023-10-23 11:30:41 +08:00
live2dcubismcore.min.js 翻译注释 2023-10-23 11:30:41 +08:00

README.md

English / 日本語


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.