Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 812 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 812 Bytes

pxComponents

A framework for using pxscene

Usage

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

Common Documentation locations -