Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚡ Append newline to PDF output more efficiently
This change uses a more efficient method to append the trailing newline to the PDF output. Instead of creating a new array with the spread operator, it creates a new Uint8Array with the correct length and copies the original data into it.
- Loading branch information