feat(smartpdf): Improve dependency versions and optimize PDF to PNG conversion.

This commit is contained in:
2025-02-25 18:03:27 +00:00
parent 168527573c
commit 6b74301588
7 changed files with 3391 additions and 2286 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartpdf',
version: '3.1.8',
version: '3.2.0',
description: 'A library for creating PDFs dynamically from HTML or websites with additional features like merging PDFs.'
}