Docify: remove server side script, move all operation to client side
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good

This commit is contained in:
DanyLE
2023-06-27 22:27:09 +02:00
parent e8aa62735a
commit f8435cd87c
22 changed files with 236 additions and 342 deletions

View File

@ -2,6 +2,7 @@
Simple PDF document manager
## Change logs
- v0.1.1-b: move PDF merge and document thumbnail generation to client side, remove server side lua script
- v0.1.0-b: use libsqlite for database handling
- v0.0.9-b: Adapt to support AntOS 2.0.x
- v0.0.8-b: Allow upload files directly from the app

Binary file not shown.

Binary file not shown.

4
release/libjpeg.md Normal file
View File

@ -0,0 +1,4 @@
# libjpeg
Simple JPEG/DCT data decoder in JavaScript. Also this project includes JPEG 2000 and JBIG2 decoders.
Github page: [https://github.com/notmasteryet/jpgjs](https://github.com/notmasteryet/jpgjs)

BIN
release/libjpeg.zip Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long