Converts a rendered animation (GIF or frames) into an htmlwidget that can be embedded in Shiny apps, R Markdown documents, and Jupyter notebooks.
Usage
manim_widget(
scene,
width = "100%",
height = "400px",
fps = 30,
controls = TRUE,
loop = TRUE,
autoplay = TRUE
)