Skip to content

uploadSync

Subhajit Sahu edited this page May 20, 2020 · 7 revisions

Upload recorded asciicast to asciinema. 🏃 📦 🌔 📒

Alternatives: upload, uploadSync.

asciinema.uploadSync(f);
// f: filename
// --> asciicast URL
const asciinema = require('extra-asciinema');

asciinema.uploadSync('saved.cast');
// asciicast URL

references

Clone this wiki locally