play | R Documentation |
Uses write_svg()
to create an SVG image for a cast, in a temporary
file, and then previews a minimal HTML file with the SVG image,
in the default browser.
play(cast, ...)
cast |
|
... |
Additional arguments are passed to |
The path of the temporary SVG file, invisibly.
Other SVG functions:
default_theme()
,
write_svg()
cast <- read_cast(system.file("examples", "hello.cast", package = "asciicast"))
play(cast)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.