Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 303 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 303 Bytes

PowerPoint Inverter API

To develop this project you need to have Rye installed: https://rye-up.com/

rye sync
rye run dev

To test the API you can use the following command:

curl -X POST -F "upload=@example/white.pptx" https://inverter-api.fly.dev/upload -o ./example/black.pptx