Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 13, 2021 18:27
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/874b9544a7d8d3681f1bd32132a7fa5d to your computer and use it in GitHub Desktop.
Save parzibyte/874b9544a7d8d3681f1bd32132a7fa5d to your computer and use it in GitHub Desktop.
const respuesta = new ConectorPlugin()
.imagenLocal("C:\\Users\\Luis Cabrera Benito\\Desktop\\im\\space_invaders.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