A simple node script to generate certificate
- Clone the repository.
- Install the dependencies using
npm install
. - Run the application using
npm run dev
.
Note: The positions of text are hardcoded so you might need to experiment before generating in batch.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request.
This project is licensed under the MIT License.
- Add edge case handling with toast notification
- Add color picker for font color
- Add PDF preview before batch generation
- Cleaner code