[Notice of Holidays]
Please note that our staff will not be available from 2024/Dec/28 - 2025/Jan/5 JST.
The Live2D Creators Forum will remain open during the holidays.
Submissions that require a response will be answered after we reopen for business.
Please note that it will take longer than usual to respond to your request.
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.