UNPKG

@zootools/waitlist-js

Version:

Viral whitelists / waitlists for nfts and web3 projects

11 lines (7 loc) 259 B
import waitlistPanda from "./core"; import { injectWindow } from "./utils"; // When the script is being used <script src="" /> // we should automatically initialize the SDK... waitlistPanda.init(); injectWindow(waitlistPanda) export default waitlistPanda;