app-store-badge

Create a virtual DOM SVG badge for the Google Play Store or App Store

Usage no npm install needed!

<script type="module">
  import appStoreBadge from 'https://cdn.skypack.dev/app-store-badge';
</script>

README

app-store-badge Build Status

Create a virtual DOM SVG badge for the Google Play Store or App Store

Install

$ npm install --save app-store-badge

Usage

var badge = require('app-store-badge')

badge.ios({ height: '100px' }) //default 40px height
// => returns virtual DOM svg element

badge.android({ height: '200px' }) // default 58px height
// => returns virtual DOM svg element

Related

License

MIT © Andrew Joslin