Package Exports
- meeow
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (meeow) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Meeow
Generate link for cute image from {placekitten}.
Usage
import meeow from 'meeow';
console.log(meeow.getUrl(200, 300))
// http://placekitten.com/200/300
Third parameter is a boolean for grayscale
import meeow from 'meeow';
console.log(meeow.getUrl(200, 300, true))
// http://placekitten.com/g/200/300
License
Apache 2.0