cli-screencast
v1.0.0
Published
Render captured terminal sessions to animated svg
Maintainers
Readme
Read the docs at cli-screencast.io
Features
- Capture terminal recordings from spawned processes, shell sessions, or writes to
process.stdout. - Render screenshots and recordings to svg and png.
Installation
Install with npm:
npm install cli-screencastOr with yarn:
yarn add cli-screencastAPI
renderScreen
For rendering a single terminal frame as a screenshot.
captureShell
For launching and recording a terminal shell session.
captureSpawn
For running and recording a spawned child process.
captureCallback
For capturing node.js code within a callback function.
captureFrames
For rendering an animated terminal screen capture from an array of content frames.
renderData
For rendering capture data generated by one of the other api methods.
