Skip to content

Original repo just slightly 🀏🏻 improved options

Notifications You must be signed in to change notification settings

PikaBotz/mumaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Installation

npm install PikaBotz/mumaker#v1.0.0
const mumaker = require("mumaker");

In package.json If Needed

"mumaker": "PikaBotz/mumaker#v1.0.0"

Example Maker

Textpro

// with 1 text
mumaker.textpro("https://textpro.me/create-naruto-logo-style-text-effect-online-1125.html", "Dika Ardnt")
.then(console.log)
.catch(console.error)

// with 2 or more text
mumaker.textpro("https://textpro.me/create-3d-avengers-logo-online-974.html", ["Dika", "Ardnt."])
.then(console.log)
.catch(console.error)

Ephoto

// with 1 text
mumaker.ephoto("https://ephoto360.com/tao-hieu-ung-chu-phong-cach-dragon-ball-truc-tuyen-1000.html", "Dika Ardnt.")
.then(console.log)
.catch(console.error)

// with 2 or more text
mumaker.ephoto("https://ephoto360.com/tao-hieu-ung-chu-phong-cach-logo-thor-984.html", ["Dika", "Ardnt."])
.then(console.log)
.catch(console.error)

Photooxy

// with 1 text
mumaker.photooxy("https://photooxy.com/logo-and-text-effects/write-text-on-burn-paper-388.html", "Dika Ardnt.")
.then(console.log)
.catch(console.error)

// with 2 or more text
mumaker.photooxy("https://photooxy.com/logo-and-text-effects/make-tik-tok-text-effect-375.html", ["Dika", "Ardnt."])
.then(console.log)
.catch(console.error)

Example Response

{
  status: true,
  image: 'https://textpro.me/images/user_image/2023/07/64c76fb0a62a6.jpg',
  session: 1690791856
}

if the url uses radio then the radio will be made random. if the text is more than 2 use an array

About

Original repo just slightly 🀏🏻 improved options

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published