pix-tools
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Pix Tools

Your PIX module for TypeScript!

Install

yarn add pix-tools

Static Pix BrCode

import {PixBrCode} from "pix-tools"

const run = async ()=>{
    const brCode = new PixBrCode({
        pixKey: "PIX_KEY_HERE",
        additionalInfo: "Some message",
        merchantName: "Guilherme Henrique",
        merchantCity: "Sao Paulo",
        postalCode: "086300000",
        transactionAmount: "10.01",
        referenceLabel: "foo123bar"
    })
    console.log(brCode.get())
}

run()

Dependents (0)

Package Sidebar

Install

npm i pix-tools

Weekly Downloads

11

Version

1.0.6

License

ISC

Unpacked Size

174 kB

Total Files

38

Last publish

Collaborators

  • guihgo