better width x height support
This commit is contained in:
@@ -3,16 +3,17 @@ defmodule LabelmakerWeb.Constants do
|
||||
color: "black",
|
||||
font: "Helvetica",
|
||||
gravity: "Center",
|
||||
height: "0",
|
||||
height: "",
|
||||
label: "",
|
||||
label_too_long: false,
|
||||
link: "",
|
||||
outline: "none",
|
||||
size: "72",
|
||||
width: "0"
|
||||
width: ""
|
||||
}
|
||||
|
||||
@preview %{
|
||||
preview_bg: "r",
|
||||
preview_background: "r",
|
||||
preview_height: @defaults.size,
|
||||
preview_text: []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user