0.0.11 • Published 2 years ago

stonetextmaker v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

StoneTextMaker

StoneTextMaker is made to help. Hopefully this module is useful for developer friends, you can request next scraping or features.

Requires Node >= 12

Documentation

Installation

npm i stonetextmaker

Example TextMaker

const stonetextmaker = require("stonetextmaker");

//TextPro
stonetextmaker
  .textpro("https://textpro.me/create-blackpink-logo-style-online-1001.html", [
    "Stone",
  ])
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

//TextPro with 2 text
stonetextmaker
  .textpro(
    "https://textpro.me/create-glitch-text-effect-style-tik-tok-983.html",
    ["Techno", "Stone"]
  )
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

//Photooxy
stonetextmaker
  .photooxy(
    "https://photooxy.com/logo-and-text-effects/create-a-picture-of-love-message-377.html",
    ["Stone"]
  )
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

//Photooxy with 2 text
stonetextmaker
  .photooxy(
    "https://photooxy.com/logo-and-text-effects/make-tik-tok-text-effect-375.html",
    ["Techno", "Stone"]
  )
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

🤙 Connect With Me

Facebook Telegram Instagram Website

0.0.10

2 years ago

0.0.11

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago