Party Parrot as a Service
You can use the PPaaS UI to create party parrots in a friendlier manner (see its GitHub repo).
https://ppaas.herokuapp.com/partyparrot
You can add an overlay that follows the parrot using the overlay query parameter:
https://ppaas.herokuapp.com/partyparrot?overlay=http://i.imgur.com/QJ41dQb.png
The image is not shown because it is too big and is not rendered in the canvas.
To solve this problem, it is possible to adjust it the overlay with the following parameters:
- overlayHeight
- overlayWidth
- overlayOffsetX
- overlayOffsetY
- flipOverlayY
- flipOverlayX
You can adjust the delay between frames using the delay
query parameter:
https://ppaas.herokuapp.com/partyparrot?delay=20
You can set the colors for each frame using the colors
query parameter:
You can change the base parrot using /partyparrot/:baseparrot
.
The list of supported base parrots is in the baseparrots
folder.
Note that the changing the base parrot also supports all the other parameters.
https://ppaas.herokuapp.com/partyparrot/rightparrot
For a bigger party:
https://ppaas.herokuapp.com/baseparrots returns the list of available parrots.