Skip to content

PRASS95/skewable-graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Skewable Graphics for PIXI JS

The SkewGraphics class provides support for skew transformations with PIXI.

How to:

   let shape = new SkewGraphics();
   shape.skew.x = -15;
   shape.skew.y = 15;

   // or

   shape.skew = new PIXI.Point(-15,15);


About

  • The SkewGraphics class is based on Graphics class in PIXI 3.0.10.

About

Skewable Graphics for PIXI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published