Skip to contents

Creates a Shiny output element for displaying manimR animations. Use with renderManimR() on the server side.

Usage

manimROutput(outputId, width = "100%", height = "400px")

Arguments

outputId

Shiny output ID

width

Width of the output

height

Height of the output

Value

A Shiny UI element