1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-15 20:26:36 +02:00

Merge branch 'master' of github.com:24eme/signaturepdf

This commit is contained in:
Vincent LAURENT 2021-09-19 02:17:29 +02:00
commit 1a9c455298

View file

@ -34,9 +34,11 @@ Pour le tester :
php -S localhost:8000
`
## Librairies utilisés
## Librairies utilisées
- Le micro framework PHP Fat-Free : https://github.com/bcosca/fatfree (GPL v3)
- Fat-Free micro framework PHP : https://github.com/bcosca/fatfree (GPL v3)
- PDF.js librairie de lecture de PDF dans un canvas HTML : https://github.com/mozilla/pdf.js (Apache-2.0)
- Fabric.js librairie pour manipuler un canvas HTML : https://github.com/fabricjs/fabric.js (MIT)
- PDFtk outils de manipulation de PDF (GPL)
- librsvg outils de manipulation de SVG : https://gitlab.gnome.org/GNOME/librsvg (LGPL-2+)