powered by
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.
write_svg()
play(cast, ...)
asciicast object
asciicast
Additional arguments are passed to write_svg().
The path of the temporary SVG file, invisibly.
Other SVG functions: default_theme(), write_svg()
default_theme()
# NOT RUN { cast <- read_cast(system.file("examples", "hello.cast", package = "asciicast")) play(cast) # }
Run the code above in your browser using DataLab