Socket
Socket
Sign inDemoInstall

textmaker-thiccy

Package Overview
Dependencies
32
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    textmaker-thiccy

Unofficial API Wrapper for Textpro and Photooxy


Version published
Weekly downloads
752
decreased by-11.53%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Textpro - Photooxy - Unlimited API

This api can handle thousands of requests. Also its completely free and unlimited resources.

📦 NPM Installation

npm i textmaker-thiccy

🧾 Examples

Textpro 1

const thiccysapi = require('textmaker-thiccy'); // Import NPM Package

thiccysapi.textpro("<textpro_html>",
    // "Message One" (One Message)
    // ["Message One"], ["Message Two"] (Two Message)
    ).then(async (data) => { 
      try { 
          console.log(data)
      } catch(err) { 
          console.log(err)
      } 
});

Textpro 2 ( Real Usage With One Message )

const thiccysapi = require('textmaker-thiccy');

thiccysapi.textpro("https://textpro.me/create-neon-devil-wings-text-effect-online-free-1014.html",
    "Phaticusthiccy"
    ).then(async (data) => { 
      try { 
          console.log(data)
      } catch(err) { 
          console.log(err)
      } 
});

Textpro 3 ( Real Usage With Two Message )

const thiccysapi = require('textmaker-thiccy');

thiccysapi.textpro("https://textpro.me/create-realistic-vintage-style-light-bulb-1000.html",
    ["Developer"], ["Phaticusthiccy"]
    ).then(async (data) => { 
      try { 
          console.log(data)
      } catch(err) { 
          console.log(err)
      } 
});
Interest More Textpro Examples? Check Here!

Photooxy 1

const thiccysapi = require('textmaker-thiccy'); // Import NPM Package

thiccysapi.photooxy("<photooxy_html>",
    // "Message One" (One Message)
    // ["Message One"], ["Message Two"] (Two Message)
    ).then(async (data) => { 
      try { 
          console.log(data)
      } catch(err) { 
          console.log(err)
      } 
});

Photooxy 2 ( Real Usage With One Message )

const thiccysapi = require('textmaker-thiccy');

thiccysapi.photooxy("https://photooxy.com/logo-and-text-effects/shadow-text-effect-in-the-sky-394.html",
    "Phaticusthiccy"
    ).then(async (data) => { 
      try { 
          console.log(data)
      } catch(err) { 
          console.log(err)
      } 
});

Photooxy 3 ( Real Usage With Two Message )

const thiccysapi = require('textmaker-thiccy'); 

thiccysapi.photooxy("https://photooxy.com/logo-and-text-effects/make-tik-tok-text-effect-375.html",
    ["Developer"], ["Phaticusthiccy"] 
    ).then(async (data) => { 
      try { 
          console.log(data)
      } catch(err) { 
          console.log(err)
      } 
});
Interest More Photooxy Examples? Check Here!

[ Warranty - Lifetime ] 🎦

This API not affiliated with any organization or foundation.
All code is available as open source.
Development belongs to Phaticusthiccy.
Every user has unlimited rights.
Do not use for illegal situations.

[ Contribution ] 💻

Any additions that do not impair functionality are accepted.
A Any suggestions or additions that go against the code of ethics and GitHub policies will not be accepted.
All suggestions for personalization purposes will not be accepted.

FAQs

Last updated on 03 Jan 2022

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