mumaker

2.0.0 • Public • Published

Installation

npm i mumaker
const mumaker = require("mumaker")

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

Example Downloader

Tiktok

// support video and slide

mumeker.tiktok("https://www.tiktok.com/@flocki__/video/7158539658333392129")
.then(console.log)
.catch(console.error)

Example Response

{
  thumbnail: "https://tikcdn.io/...",
  author: "orang",
  description: "#anime",
  media: "https" or [], // when slide url response as array
  music: "https://tikcdn.io/...",
  like: "23K",
  comment: "10K",
  share: "12"
}

Instagram

mumaker.instagram("https://www.instagram.com/reel/Cmvj5aWJE56/?utm_source=ig_web_copy_link")
.then(console.log)
.catch(console.error)

Example Response

["https://cdn..."]

Facebook

mumaker.facebook("https://www.facebook.com/watch/?v=2018727118289093")
.then(console.log)
.catch(console.error)

Example Response

{
  description: "...",
  urls: ["https://fbcdn/..."]
}

Package Sidebar

Install

npm i mumaker

Weekly Downloads

21,439

Version

2.0.0

License

ISC

Unpacked Size

12.4 kB

Total Files

6

Last publish

Collaborators

  • dikaardnt