Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 794 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 794 Bytes

woop

a fun little image toy

Query string parameters

  1. src: Change the source of the image, defaults to a pretty lake. ex. src=http://i.imgur.com/FzMZpRB.gif
  2. levels: Change how many times to duplicate the image. ex. levels=23
  3. shape: Change shape of the image, defaults to circle. Only possible value currently is "square". ex. shape=square
  4. animate: Animate your images, defaults to no animation. ex. animate=true
  5. video: use video feed from your webcam to populate the shapes ex. video=true

Here's an example using all parameters (except video): http://lauradegroot.github.io/woop/?src=http://i.imgur.com/FzMZpRB.gif&levels=12&shape=square&animate=true

Here's an example using video: http://lauradegroot.github.io/woop/?video=true&levels=10