Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

infer-tumblr-image-size

Gipphe13MIT1.3.0

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

tumblr, image, size

readme

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'
  • tp - Pull images from tumblr blog

License

MIT © Victor Nascimento Bakke