logomaker
v1.0.2
Published
```sh npm i logomaker ```
Downloads
7
Readme
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'
}