1.2.0 • Published 8 years ago

app-store-badge v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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

1.2.0

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago