A Simple Online Logo Generator for People Who Want to Design Logos Easily.
- Generate logo like Pornhub
- Download your own logo in PNG 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 serve
- Make changes
- Build with
npm run build