JSPM

meeow

0.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q27980F
  • License Apache 2.0

A dose of cute

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