Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 28, 2021 17:52
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/f0b3ebd27d6bdf5e6a76d8e43aecd93e to your computer and use it in GitHub Desktop.
Save parzibyte/f0b3ebd27d6bdf5e6a76d8e43aecd93e to your computer and use it in GitHub Desktop.
actualizarCodigoQr() {
this.qr.set({
value: this.detallesQr.value,
foreground: this.detallesQr.foreground,
background: this.detallesQr.background,
size: this.detallesQr.size,
backgroundAlpha: this.detallesQr.backgroundAlpha,
level: this.detallesQr.level,
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment