1.0.15 • Published 1 year ago

@maple-tech/red-packet-sdk v1.0.15

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

red-packet SDK

The Entrance SDK Of Maple's Chinese New Year HongBao Activity

Installation

pnpm i @maple-tech/red-packet-sdk

Usage

CMD

import { initMapleRedPacket } from '@maple-tech/red-packet-sdk'
initMapleRedPacket({
  platform: "ave" | "maplesale" | "maplenft" | "mapleins" | "mapledex"
}).renderToBody()

UMD

;(function () {
  var script = document.createElement('script')
  script.onload = function () {
    MapleRedPacketSDK.initMapleRedPacket({
      platform: "ave" | "maplesale" | "maplenft" | "mapleins" | "mapledex"
    }).renderToBody()
  }
  script.defer = true
  script.src = 'https://unpkg.com/@maple-tech/red-packet-sdk/dist/index.iife.js'
  document.body.appendChild(script)
})()
1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.10

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago