pdfcpu & wasm update, server side functions init, README.md, CONTRIBUTE.md

This commit is contained in:
Felix Kaspar
2023-10-18 23:56:56 +02:00
parent 21e0385a31
commit c60de02e14
16 changed files with 360 additions and 32 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# StirlingPDF rewrite
This is the development repository for the new StirlingPDF backend. With the power of JS, WASM & GO this will provide almost all functionality SPDF can do currently directly on the client. For automation purposes this will still provide an API to automate your workflows.
## New/Planned Features
- Propper auth using passportjs
- Workflows & Node based editing of them.
- Client side PDF-Manipulation
- Stateful UI
## Contribute
For initial instructions look at [CONTRIBUTE.md](./CONTRIBUTE.md)