Skip to content

Giveme color is npm package (Node Package Module) which return you a hexadecimal color randomally.

Notifications You must be signed in to change notification settings

imparth7/giveme-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giveme Color

Giveme Color is a simple npm package that generates a random color and copies it to the clipboard. It's a handy tool for quickly obtaining a random color code for your projects.

Features

  • Random color generation
  • Color copied to clipboard automatically

Installation

You can install Giveme Color via npm:

npm install giveme-color

How to Use

First, import the package at the top of your JavaScript file:

// Using ES6 import
import givemeColor from 'giveme-color';

// Using require
const givemeColor = require('giveme-color');

Then, simply call the function to generate a random color:

givemeColor;

The color will be copied to your clipboard automatically, so you can paste it anywhere you need it.

Example:

const givemeColor = require('giveme-color');

givemeColor;

About the Author

Giveme Color is created by Parth Dudhatra ( imParth ), a passionate software engineer, developer advocate, and content creator known for his contributions to the tech community. He is passionate about frontend development, open-source software, and sharing knowledge with others.

Parth is active on various social media platforms, where he shares insights, tutorials, and tips related to programming, web development, and software engineering. Parth's dedication to sharing his expertise and fostering a supportive environment for developers has earned him recognition and respect within the tech community.

Connect with Parth Dudhatra on social media:

If you have any questions, feedback, or suggestions, feel free to reach out me on any platform!

About

Giveme color is npm package (Node Package Module) which return you a hexadecimal color randomally.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published