colors-convert
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -0,5 +1,7 @@ | ||
import { round } from 'lodash'; | ||
import { isRgb, isRgba, isColor, isHex, isCmyk } from '../types/isType'; | ||
import { applyFnToEachObjValue } from './utils'; | ||
import { round } from 'lodash'; | ||
import { hex2rgba, cmyk2rgb, hsl2rgb } from '..'; | ||
import { hex2rgba } from './hex'; | ||
import { cmyk2rgb } from './cmyk'; | ||
import { hsl2rgb } from './hsl'; | ||
// Convert an rgb object to hex | ||
@@ -6,0 +8,0 @@ export function rgb2hex(rgb) { |
{ | ||
"name": "colors-convert", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3925096
19289