Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 13, 2021 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/a18f5f4a9bb1462fdd362387000b168a to your computer and use it in GitHub Desktop.
Save parzibyte/a18f5f4a9bb1462fdd362387000b168a to your computer and use it in GitHub Desktop.
const respuesta = new ConectorPlugin()
.imagenDesdeUrl("https://github.com/parzibyte.png")
.imprimirEn("ZJ-58") // <- Cambia el nombre de tu impresora
.then(respuesta => {
console.log("La respuesta es: ", respuesta);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment