app-store-badge

1.2.0 • Public • Published

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

Package Sidebar

Install

npm i app-store-badge

Weekly Downloads

14

Version

1.2.0

License

MIT

Last publish

Collaborators

  • andytjoslin