Socket
Socket
Sign inDemoInstall

mumaker

Package Overview
Dependencies
23
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mumaker

Maker and Downloader


Version published
Weekly downloads
20K
increased by47.81%
Maintainers
1
Install size
4.63 MB
Created
Weekly downloads
 

Readme

Source

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/..."]
}

Keywords

FAQs

Last updated on 01 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc