text outlines

This commit is contained in:
Gavin McDonald
2025-05-06 15:39:48 -04:00
parent 2d5dbd4140
commit 92f469c982
4 changed files with 23 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ defmodule LabelmakerWeb.Tools do
:color -> v in Constants.colors()
:font -> v in Constants.fonts()
:label -> String.length(v) <= Constants.max_label_length()
:outline -> v in Constants.outlines()
:size -> v in Constants.sizes()
_ -> true
end