fix(SmartPdf): Fix type for extractTextFromPdfBuffer function

This commit is contained in:
2025-02-25 18:06:45 +00:00
parent 1188643c4b
commit babc20649a
3 changed files with 7 additions and 2 deletions

View File

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