Skip to content

uploadSync

Subhajit Sahu edited this page Feb 3, 2021 · 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