Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 648 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 648 Bytes

photobooth-js

A html5 widget that allows users to take their avatar pictures on your site.

Repositor Page: https://github.com/rsd/photobooth-js Forked from: https://github.com/WolframHempel/photobooth-js

Now it can be installed with Bower:

$ bower install photobooth-js

To test over https:

$ npm install http-server
$ openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem
$ http-server -C cert.pem -S

##Legacy website For demos and documentation please see https://wolframhempel.github.com/photobooth-js/. (old browsers only).