diff --git a/README.md b/README.md index 7aa6883..e05e793 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,14 @@ This command should start a web server with which you can test your configuratio VoilĂ  ! +## Screenshots + +![](src/static/images/homepage.png) +> The first page. You can print a picture, or a short message. It's basically exposing the API in html. + +![](src/static/images/photomaton.png) +> Using the webcam via Javascript, you can print out a picture from your phone, webcam, or any other video device. + ## More If you liked this project, feel free to support my work ! diff --git a/src/static/images/homepage.png b/src/static/images/homepage.png new file mode 100644 index 0000000..3c2c422 Binary files /dev/null and b/src/static/images/homepage.png differ diff --git a/src/static/images/photomaton.png b/src/static/images/photomaton.png new file mode 100644 index 0000000..3f9f7fb Binary files /dev/null and b/src/static/images/photomaton.png differ