UNPKG

tester-scraper

Version:

Sebuah Module Scraper yang dibuat oleh Sxyz dan SuzakuTeam untuk memudahkan penggunaan scraper di project ESM maupun CJS.

6 lines (5 loc) 157 B
import { SuzakuTeam } from "../esm/index.js"; (async () => { const ress = await SuzakuTeam.ai.text2image("A Girl In Mountaint") console.log(ress); })();