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?
1 ответ
+ 1
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.