Skip to content

Commit

Permalink
Merge pull request #6 from Buddierdl/master
Browse files Browse the repository at this point in the history
Add Template 5392
  • Loading branch information
amattu2 authored Apr 6, 2024
2 parents ed570a9 + a830f77 commit a85674c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The currently implemented templates are listed below.

- Avery 5160
- Avery Presta 94107
- Avery 5392

## Plans to Support

Expand Down
14 changes: 14 additions & 0 deletions src/LabelSheet.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,20 @@ class LabelSheet
"border_width" => 0.4,
"size" => "Letter",
],
"Avery5392" => [
"top" => 25.4,
"left" => 6.35,
"rows" => 3,
"row_height" => 76.2,
"row_gap" => 0,
"column_gap" => 0,
"columns" => 2,
"column_width" => 101.6,
"max_lines" => 3,
"border_radius" => 0,
"border_width" => 0,
"size" => "Letter",
],
];

/**
Expand Down

0 comments on commit a85674c

Please sign in to comment.