[About macOS Ventura 13.0] (12/20/2022)
The currently released Live2D Cubism SDK is not guaranteed to work with macOS Ventura.
Please refrain from upgrading the macOS as they may not work properly.
The Cubism Editor license file may be lost after the macOS upgrade.
Please make sure to deactivate the Cubism Editor license before upgrading the macOS.
For more detailsCubism Editor 5.0 alpha3 is now available! (4/27/2023)
We have incorporated some of your comments and suggestions. Thank you for your comments and requests!
We will continue to welcome your feedback on alpha3.
Download / Manual and Update History Typescript definition problem, missing class ALive2DModel in Live2DFramework.js
Hello there,
I'm currently working on a Live2D Angular2 application, for that purpose I created typings definitions for Live2DFramework, but once I finished I saw that one class was missing: ALive2DModel.
Where can I find this class? If I can't find this class I'll have to use any as type, which is not really good for a lib typings declaration.
0 ·
Comments
I think Alive2DModel is a class in the live2d.min.js .
You take the Alive2DModel in the following code . API Document also try to reference .
Good Luck!
Live2D API Reference
http://doc.live2d.com/api/core/cpp2.0e/a00001.html#a15018757384c5a7234e537864a2cad39
Problem now is that I don't know if the Live2D api doc you linked (the C++ doc) matches the JS API.
Do you know where I can find any ETA on some typings for Live2D? Or maybe any documentation on the JS version so I can make a typescript library wrapped around Live2D.