bp-color-library
v1.1.1
Published
A library to get color names by their color codes.
Downloads
172
Readme
BP Color Library 🌈
BP Color Library is a lightweight and straightforward utility for developers to fetch color names by providing HEX color codes. Simplify your design and development workflows with this easy-to-use library.
🌟 Features
- Lightweight: Designed to be fast and minimal.
- Flexible: Works seamlessly with JavaScript and modern frameworks.
- Useful: Ideal for design systems, educational tools, or any project dealing with colors.
🛠 Usage
const { getColorName } = require('bp-color-library');
For testing
console.log(getColorName('#add8e6'));
📝 Documentation
Function : getColorName
- Parameters: hex (string): A valid HEX color code (e.g., #FF5733).
- Returns: string: The corresponding color name, or "Unknown color" if the HEX code is not recognized.
📦 Contributing
- Fork the repository.
- Create a new branch (feature/my-new-feature).
- Commit your changes (git commit -am 'Add some feature').
- Push your branch (git push origin feature/my-new-feature).
- Create a pull request to the main repository.
❤️ Support
- Giving the repository a ⭐ on GitHub.
- Sharing it with your friends and colleagues.
- Providing feedback or reporting issues to help us improve.
- Sponsor me on GitHub
If you'd like to support my work, you can sponsor me on GitHub:
Sponsor Bhathiya Prasad on GitHub
Visit the repository here
BP Color Library GitHub Repository
📧 Feedback
If you have any questions, suggestions, or feedback, feel free to reach out:
- Open an issue on GitHub: GitHub Issues
- Contact the author: Bhathiya Prasad