A Simple Online Logo Generator for People Who Want to Design Logos Easily.
- generate logo like PornHub or OnlyFans
- download your own logo in PNG/SVG format
- customize logo color
- customize logo font size
- open the Logoly website: https://logoly.pro/
- edit the text in the box
- change color & font size as you like
- click the Export button to download the image
- share it on Facebook
- customize fonts
See Changelog
For those who want to request new features or submit bug reports, click this link to open a new issue.
For those who want to play around with this project, read the Get Started
section.
At the end of this section, I suggest you read the Contributing Guide.
- Node.js
- clone this project
- install dependencies with
npm install
at the project root directory - start the development server with
npm run dev
- make changes
- build with
npm run build