idol
auto svg to png converter with caching and stepped sizing.
usage
npm install idol
var path = publicPath = path imagesDirectory = path idol = imagesDirectory './generated' min: 10 // Minimum size a png can be max: 2000 // Maximum size a png can be scalar: 15 // Scale of each step the sizes can be ; ... later ... { var size = get requested image size form querystring perhaps? imagePath = get imagepath from requesturl somehow; ; } };