1.5.1 • Published 5 years ago

stripe-web v1.5.1

Weekly downloads
44
License
Unlicense
Repository
github
Last release
5 years ago

stripe-web

  • This lib is WIP
  • TypeScript typings for Stripe web bundle
  • loadStripe() loads Stripe bundle from https://js.stripe.com/v3/
  • getStripe() returns global Stripe object, if one present

Install

npm i stripe-web

Usage

import {loadStripe, getStripe} from 'stripe-web';

const Stripe = await loadStripe();
const Stripe = getStripe();

const stripe = Stripe('pk_...');

stripe.elements();
stripe.paymentRequest();
/// etc...

License

MIT

1.5.1

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago