# 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:

```js
import { FoxPay } from 'fox-pay'

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

List of props:

coming soon...