Tomer Shalev
Tomer Shalev
@jayjayseal, I recently got A DYMO LavelWriter 550 printer, and hopefully I will be able to add support for that model in the near future.
Oh, I guess I haven't RTFM it... ``` import { HumanizeDurationLanguage, HumanizeDuration } from 'humanize-duration-ts' const langService: HumanizeDurationLanguage = new HumanizeDurationLanguage() const humanizer = new HumanizeDuration(langService) ... const durationStr: string...
I suggest we use https://squidfunk.github.io/mkdocs-material/ as a framework for this wiki. We can use the markdown files in https://github.com/meirim-org/meirim/tree/master/docs as-is with that framework