SHEET_HEIGHT <- 14
SHEET_WIDTH <- 8.5
REPORT_HEIGHT <- 11.7
REPORT_WIDTH <- 8.3
PRIZES <- list(
"terno" = list(
name = "Terno",
space = "row",
matches = 3
),
"cuaterno"= list(
name = "Cuaterno",
space = "row",
matches = 4
),
"linea" = list(
name = "Linea",
space = "row",
matches = 5
),
"carton_lleno" = list(
name = "Carton lleno",
space = "card",
matches = 15
),
"bingo_consuelo" = list(
name = "Bingo consuelo",
space = "card",
matches = 15
),
"menor_acierto" = list(
name = "Menor acierto",
space = "card",
matches = 0
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.