Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 27, 2021 03:15
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/1ef9b6bca75f07c20556b910d6d4f2ac to your computer and use it in GitHub Desktop.
Save parzibyte/1ef9b6bca75f07c20556b910d6d4f2ac to your computer and use it in GitHub Desktop.
new QRious({
element: document.querySelector("#codigo"),
value: "https://parzibyte.me/blog", // La URL o el texto
size: 200,
backgroundAlpha: 0, // 0 para fondo transparente
foreground: "#8bc34a", // Color del QR
level: "H", // Puede ser L,M,Q y H (L es el de menor nivel, H el mayor)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment