An open API service aggregating public data about GitHub Sponsors.

reiniiriarios

View JSON Representation

Funding Links: https://github.com/sponsors/reiniiriarios

GitHub Sponsors Profile

Ivy Git
(WIP) Cross-Platform Git Client

ivygit.com
Chromaticity Color Utilities
Color utilities for Node.js. Conversion, modification, and color schemes of: RGB (at any bit depth), HSV, HSL, HSI, HSP, CYMK, YIQ, XYZ, xyY, Lab*, Luv*, Y’PbPr, Y’CbCr, and more.
Read Full Documentation
import Color from 'chromaticity-color-utilities'

const color1: Color.hsv = Color.from('rgb', [255, 128, 0]).to('hsv')

const scheme1: Color.lab[] = Color.from('hex', 0x9a237f)
.modify('desaturate', { amount: 0.2 })
.to('lab', {
colorSpace: 'AdobeRGB',
referenceWhite: 'D50',
})
.scheme('gradient', {
with: Color.from('hsl', [300, 50, 45]),
colors: 5,
})

const yourMethod = (rgb: Color.rgb): Color.hsv => {
// do things
let hsv: Color.hsv = rgb.to('hsv')
// do things
return hsv
}

Featured Works

reiniiriarios/chromaticity-color-utilities

🎨 Color utilities for Node.js. Conversion, modification, and color schemes of: RGB (at any bit depth), HSV, HSL, HSI, HSP, CYMK, YIQ, XYZ, xyY, L*a*b*, L*u*v*, Y'PbPr, Y'CbCr, and more.

Language: TypeScript - Stars: 16
reiniiriarios/electron-forge-publisher-local

Local publisher for Electron Forge

Language: - Stars: 2
reiniiriarios/git-commands

Commonly used aliases, functions, etc. ✌🏻

Language: Shell - Stars: 3