A framework for using pxscene
pxComponents simplifies the creation of pxscene objects like Image and helps add effects and animation
// image rendered with polaroid, drop shadow and top shadow
var p1 = imageRenderer.render(image({url:photoUrl,parent:root,x:50,y:50,sx:0.10,sy:0.10})
.addEffects(pxImageEffects()
.polaroid(shadowUrl)
.topShadow(bgDropShadowUrl)
.dropShadow(shadowUrl)
))
**For more info checkout the ** wiki