A web-app that let you take photos of your friends and swap out body parts with them. Uses localstorage in the browser, the images are never stored online.
Hosted at: https://sti2nd.github.io/exquisite-corpse-body/
Built with create-react-app. Relies on the external libraries
- http://fabricjs.com/
- https://fengyuanchen.github.io/cropperjs/
- https://github.com/localForage/localForage
Note to self, steps to deploy:
- Create local branch "gh-pages" from master (optional)
- Remove /build from .gitignore
- Commit build folder
git subtree push --prefix build origin gh-pages