UNPKG

wibusoft

Version:

our features are few but we provide the best and it is not uncommon to find in other npmjs

112 lines (93 loc) 3.98 kB
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>CodePen - Code Snippets Syntax Highlighting | HTML, CSS And Js</title> </head> <body> <!-- partial:index.partial.html --> <script type="module" src="https://unpkg.com/@deckdeckgo/highlight-code@latest/dist/deckdeckgo-highlight-code/deckdeckgo-highlight-code.esm.js"></script> <deckgo-highlight-code language="html"> <code slot="code"> &lt;h1> Code Snippets Syntax Highlighting | HTML, CSS And Js &lt;h1> </code> </deckgo-highlight-code> <deckgo-highlight-code language="css"> <code slot="code"> *{ margin: 0px; padding: 0px; font-family: "Poppins"; } </code> </deckgo-highlight-code> <deckgo-highlight-code language="js"> <code slot="code"> <script> const wibusoft = require('../src/index.js') // game // top up free fire // async function topupFreeFire() { // const makeSession = await wibusoft.game.topupFreeFire('239814337', '70') // support nominal 5 12 70 140 355 720' // return await wibusoft.game.payDiamond(makeSession, '08953225697662') // } // topupFreeFire().then(console.log).catch(console.error) // nickname free fire // wibusoft.game.nickNameFreefire('239814337').then(console.log).catch(console.error) // nickname mobile legend // wibusoft.game.nickNameMobileLegends('109088431', '2558').then(console.log).catch(console.error) // nickname supersus // wibusoft.game.superSusChecker('20431364').then(console.log).catch(console.error) // downloader features // wibusoft.downloader.facebookDownload('https://www.facebook.com/mhmd.farid.908/videos/473529950837803/').then(console.log).catch(console.error) // meta scrap features // wibusoft.downloader.metaScrape('https://vt.tiktok.com/ZSdeRDb3U//').then(console.log).catch(console.error) // tiktok downloader // wibusoft.downloader.tiktokDownloader('https://vt.tiktok.com/ZSdeRDb3U/').then(console.log).catch(console.error) // yoube play downloader // wibusoft.downloader.youtubePlay('light switch').then(console.log).catch(console.error) // weebs // wallpaper // wibusoft.anime.animeWallpaper('keqing').then(console.log).catch(console.error) // hentai // async function janji_ngk_coli() { // await wibusoft.anime.getHotPic().then(console.log).catch(console.error) // await wibusoft.anime.randomHentai().then(console.log).catch(console.error) // await wibusoft.anime.getCharacterHentaiByNameAndGetRawURL('keqing').then(console.log).catch(console.error) // sd quality tapi banyak // for one picture // const jangan = await wibusoft.anime.getCharacterHentaiByName('keqing') // await wibusoft.anime.getUrl(jangan[0]).then(console.log).catch(console.error) // hd quality++ ngk obat // } // janji_ngk_coli() // tools // make sticker // wibusoft.tools.makeSticker('https://w0.peakpx.com/wallpaper/929/489/HD-wallpaper-keqing-portrait-genshin-impact.jpg', { // author: 'wibusoft', // pack: 'keqing', // // circle: true, // default false // // keepScale: true, // default false // }).then(console.log).catch(console.error) // expand url // wibusoft.tools.expandedUrl('https://vt.tiktok.com/ZSdeRDb3U/').then(console.log).catch(console.error) // async function gopay(idProduct, PhoneNumber) { // const csrf = await csrfGenerator() // const { data } = await listProduct(csrf) // // console.log(data) untuk melihat id product yang tersedia // const isValidId = data.daftar_product.find(product => product.id == idProduct) // if (!isValidId) return console.error('invalid id product') // const gass = await convertGopay(idProduct,PhoneNumber, csrf) // if (!'qr' in gass) return console.error('kurang ganteng') // return { // creator: '@wibusoft.site', // ...gass, // ...isValidId // } // } // gopay(24, '085173222764').then(console.log).catch(console.error) </script> </code> </deckgo-highlight-code> <!-- partial --> </body> </html>