first commit

This commit is contained in:
cheetahdotcat 2022-02-21 10:46:41 +01:00
commit 8078efe19c

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# dhl-label-printer
Converts DIN A4 DHL Labels to 62mm Labels.
Proof-of-concept that you dont need a backend, you could host it entirely on github pages, for free.
## Dependencies & Licenses
- [PDF-LIB](https://github.com/Hopding/pdf-lib) (c) 2019 Andrew Dillon | MIT License
- [downloadjs](https://github.com/rndme/download) (c) 2016 dandavis | MIT License