@etcdigital/get-number-from-string
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

@etcdigital/colors-converter

HEX ➝ RGB

Entrada: hexToRgb("#ff5733")
Saída: { r: 255, g: 87, b: 51 }

RGB ➝ HEX

Entrada: rgbToHex(255, 87, 51)
Saída: "#ff5733"

RGB ➝ CMYK

Entrada: rgbToCmyk(255, 87, 51)
Saída: { c: 0, m: 0.6588, y: 0.8, k: 0 }

CMYK ➝ RGB

Entrada: cmykToRgb(0, 0.6588, 0.8, 0)
Saída: { r: 255, g: 87, b: 51 }

Related Project:

UserTimeline – Track and visualize a user’s journey through your SaaS and websites.

Paletas de Cores – Color Palettes for Designers and Developers.

Sistema para Clínicas – Sistema para Clínicas.

Readme

Keywords

none

Package Sidebar

Install

npm i @etcdigital/get-number-from-string

Weekly Downloads

16

Version

1.0.3

License

none

Unpacked Size

2.14 kB

Total Files

6

Last publish

Collaborators

  • etc-tiago