collector.js
is a JavaScript library
You can drag everything into it, also do every things you want, I'm still working on it.
To install it, if you're using Bower you can just run:
bower install collector --save
Create a new collector:
var test = new collector(".collector", {
width:"10000px",
height:"10000px",
maxScale:1, //normal size
minScale:0.1, //minimun size
scaling:0.05 //scale to increase or decrease
});
.collector css style:
.collector
{
width: 800px; height: 800px; overflow: hidden;
}
Whilefor
MIT