azuro-nft-generator
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published
import {generatePng} from 'azuro-nft-generator';

generatePng({
  type: 'match',
  sport: 'soccer',
  league: 'Leinster Senior League Senior Division',
  team1: {
    img: 'https://content.bookieratings.net/images/fq/tx/fqtxnf_20181001112329_100x100.png',
    name: 'Nizhny Novgorod'
  },
  team2: {
    img: 'https://content.bookieratings.net/images/fq/tx/fqtxnf_20181001112329_100x100.png',
    name: 'Lokomotiv Moscow'
  },
  date: '21.03.2022 8:00 UTC',
  betAmount: '100 USDC',
  outcome: 'Total Under(2.5)',
  betOdds: '2.88',
  currentOdds: '1.88'
}).then(buffer => {
  console.log(buffer);
})

Readme

Keywords

none

Package Sidebar

Install

npm i azuro-nft-generator

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

18.7 kB

Total Files

6

Last publish

Collaborators

  • clean_bread