Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@colorblender/converter-name
Advanced tools
Convert RGB to Name and vice versa.
This package requires the installation of the main package @colorblender/converter
.
npm install @colorblender/converter @colorblender/converter-name
import { rgbToName, nameToRgb } from '@colorblender/converter-name';
You can convert between any of the supported color models.
// name to rgb
nameToRgb(name: NameColor, rounded?: boolean): RgbColor
// rgb to name
rgbToName(rgb: RgbColor): NameColor
import { rgbToName, nameToRgb } from '@colorblender/converter-name';
rgbToName({
r: 255,
g: 255,
b: 255,
});
// Rounded
nameToRgb('White', true);
You can convert any compatible model to RGB format and vice versa.
To convert two compatible and different RGB models you will have to go through a sub-conversion. For example to convert a HEX value to NAME you will have to do: HEX -> RGB -> NAME. This allows you to convert any compatible model to any other.
Keep in mind that large conversions may result in a loss of accuracy.
Please file an issue for bugs, missing documentation, or unexpected behavior.
MIT
FAQs
Convert RGB to Name and vice versa.
The npm package @colorblender/converter-name receives a total of 0 weekly downloads. As such, @colorblender/converter-name popularity was classified as not popular.
We found that @colorblender/converter-name demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.