fox-pay

npm fox-pay payment gateway package for javascript frameworks

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
fox-pay
1.0.210 months ago10 months agoMinified + gzip package size for fox-pay in KB

Readme

fox pay payment gateway by @s-e

Features

  • 🥇 Payment gateway with more then 6 payment providers
  • ⚖️ Tiny bundle
  • 🔥 Works on many javascript frameworks

Install

npm install fox-pay
or
yarn add fox-pay

Support

  • Node LTS
  • React
  • React Native

Quick Start

Import payment gateway component into your project:
import { FoxPay } from 'fox-pay'

function App() {
  return (
    <FoxPay />
  )
}

List of props:
coming soon...