0
A web question
I've always wanted to create animated 2d videos with web. Can I do it without using external libraries like React?
3 Réponses
+ 4
No external libraries at all or just something more "light-weight" than React?
You could capture the frames of the animation and then convert them to a gif. Taking screenshots and doing the conversion should be feasible without React, but I haven't a specific library in lind atm.
0
Lisa Can I just code the characters with css and their speech and movements with js?
0
Do you mean to record sound?
In the end, it just depends on whether we find a library to do that â it shouldn't matter much of it's CSS or a canvas drawing.