Skip to content

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

Notifications You must be signed in to change notification settings

viniciusgdr/imagemaker.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imagemaker.js (Ephoto360 API)

A module for Download of Image Makers from Ephoto360

Importing the Module (TS)

import { Maker } from 'imagemaker.js'

Importing the Module (JS)

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

Get Ephoto360 URL Maker

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

Response:

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published