2.0.4 • Published 2 years ago

imagemaker.js v2.0.4

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

imagemaker.js

A Beautifull Module for Download of Image Makers from Providers (textpro and Ephoto360)

Importing the Module (TS)

import { Maker } from 'imagemaker.js'

Importing the Module (JS)

const { Maker } = require('imagemaker.js')

Get Ephoto360 URL Maker

new Maker().Ephoto360('https://en.ephoto360.com/create-colorful-angel-wing-avatars-731.html', ["Bruno Mars"]).then(res => {
    console.log(res)
})

Get TextPro URL Maker

new Maker().TextPro('https://textpro.me/create-a-glitch-text-effect-online-free-1026.html', ["Bruno Mars", 'Cod3r']).then(res => {
    console.log(res)
})

Get PhotoOxy URL Maker

new Maker().PhotoOxy('https://photooxy.com/logo-and-text-effects/shadow-text-effect-in-the-sky-394.htmll', ["Bruno Mars"]).then(res => {
    console.log(res)
})

Response:

{
  success: boolean;
  imageUrl: string;
  session_id: number
}
2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.52

2 years ago

1.0.51

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago