We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Upload recorded asciicast to asciinema.org site.
asciinema.upload(f, [fn]); // f: filename // fn: callback (err, asciicast URL) // --> asciicast URL
const asciinema = require('extra-asciinema'); async function main() { await asciinema.upload('saved.cast'); // asciicast URL } main();
There was an error while loading. Please reload this page.