PhotoboothProject / photobooth

OpenSource Photobooth Webinterface
https://photoboothproject.github.io
MIT License
270 stars 58 forks source link

Feature/generate collage.json #762

Open fmiccolis opened 2 weeks ago

fmiccolis commented 2 weeks ago

Prerequisites checklist

What is the purpose of this pull request? (put an "x" next to an item)

What changes did you make? (Give an overview)

I've created a wysiwyg page to visually generate the collage.json file. I've also extended the functions of the file by adding:

The image upload route is now a file upload because i give the user the possibility to upload .ttf fonts inside /private/fonts folder. The dispatch from /private/fonts and /private/images is done by checking the file type before appending the folderName.

Is there anything you'd like reviewers to focus on?

I need an hand from the community to test edge cases