var canvasRef = document.getElementById('canvas');
canvasRef.width = ;
canvasRef.height = ;
new SkewSlider({
el : canvasRef,
interval: ,
duration: ,
angle : ,
sources : [
'http://placeimg.com///people',
'http://placeimg.com///tech',
'http://placeimg.com///animals'
]
});
Under The MIT Licnese