[About macOS Sequoia] (Updated October 22, 2024)
Live2D Cubism Editor 5.1.02 now supports macOS Sequoia.
Other Live2D Cubism products currently released are not guaranteed to work on macOS Sequoia.
Please refrain from upgrading macOS, as it may not operate properly.
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.