1.0.2 • Published 9 months ago

logomaker v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Installation

npm i logomaker
const logo = require("logomaker")

Example Maker

Textpro

// with 1 text
logo.textpro("https://textpro.me/create-naruto-logo-style-text-effect-online-1125.html", "neko senpai")
.then(console.log)
.catch(console.error)

// with 2 or more text
logo.textpro("https://textpro.me/create-3d-avengers-logo-online-974.html", ["neko", "senpai"])
.then(console.log)
.catch(console.error)

Example Response

{
  status: 'ok',
  image: 'https://textpro.me/images/user_image/2023/07/64c76fb0a62a6.jpg'
}
1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago