add PDFLib package
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good

This commit is contained in:
2023-06-27 10:08:46 +02:00
parent b3ea32f4bc
commit e8aa62735a
12 changed files with 139 additions and 1 deletions

View File

@ -0,0 +1,7 @@
# PDFLib
Create and modify PDF documents in any JavaScript environment.
(Not to be confused wtih PDF.js which is for PDF rendering)
https://pdf-lib.js.org/
This package is the AntOS wrapper of the PDFLib version 1.17.1

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,15 @@
{
"pkgname": "PDFLib",
"name":"PDFLib",
"description":"Create and modify PDF documents in any JavaScript environment",
"info":{
"author": "pdf-lib.js.org",
"email": ""
},
"version":"1.17.1",
"category":"Library",
"iconclass":"fa fa-cog",
"mimes":["none"],
"dependencies":[],
"locale": {}
}