Hi there, I had to write a small word wrapping method for this library. Would you be interested in me submitting it as a pull request? I was thinking something like: ```js //turns on printer.wordWrap(true); //turns off printer.wordWrap(false); ```