stripe-debug

npm install for Stripe.js — for testing only

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
stripe-debug
102.0.08 years ago8 years agoMinified + gzip package size for stripe-debug in KB

Readme

stripe-debug
npm install for Stripe.js — for testing only. Downloads stripe-debug.js from the Stripe CDN.

Installing

$ npm install stripe-debug

Usage

With Browserify:
var Stripe = require('stripe-debug');

Or <script> tags:
<script src="./node_modules/stripe-debug/stripe-debug.js"></script>