1.3.0 • Published 8 years ago

infer-tumblr-image-size v1.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

infer-tumblr-image-size Build Status

Infer the image size of a tumblr image based on its url

Install

$ npm install --save infer-tumblr-image-size

Usage

var inferSize = require('infer-tumblr-image-size');

inferSize('http://foo.tumblr.com/bar_baz_400.png');
//=> '400'

inferSize('http://foo.tumblr.com/bar_baz_1280.png');
//=> '1280'

Related

  • tp - Pull images from tumblr blog

License

MIT © Victor Nascimento Bakke

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

2.0.0

8 years ago