feat: Add Web iface with QR codes
This commit is contained in:
parent
eccb167461
commit
6fdb8433ce
10 changed files with 1293 additions and 739 deletions
|
|
@ -8,6 +8,10 @@ class Renderer(abc.ABC):
|
|||
def render_label(self, label_definition: LabelDefinition) -> Image:
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
def render_qrcode(self, label_definition: LabelDefinition) -> Image:
|
||||
pass
|
||||
|
||||
|
||||
class Printer(abc.ABC):
|
||||
@abc.abstractmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue