@palett/util-fluo
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -233,2 +233,9 @@ 'use strict'; | ||
const extractBound = objectWithBound => { | ||
return objectWithBound ? { | ||
max: objectWithBound.max, | ||
min: objectWithBound.min | ||
} : null; | ||
}; | ||
exports.BlendDye = Projector; | ||
@@ -239,2 +246,3 @@ exports.NL = NL; | ||
exports.dyezip = dyezip; | ||
exports.extractBound = extractBound; | ||
exports.fluo = fluo; | ||
@@ -241,0 +249,0 @@ exports.fluoZip = fluo; |
@@ -229,2 +229,9 @@ import { STRICT } from '@typen/enum-check-levels'; | ||
export { Projector as BlendDye, NL, Projector, dyemap, dyezip, fluo, fluo as fluoZip, hslToDye, leverage, parseHsl, presetToFlat, presetToLeap }; | ||
const extractBound = objectWithBound => { | ||
return objectWithBound ? { | ||
max: objectWithBound.max, | ||
min: objectWithBound.min | ||
} : null; | ||
}; | ||
export { Projector as BlendDye, NL, Projector, dyemap, dyezip, extractBound, fluo, fluo as fluoZip, hslToDye, leverage, parseHsl, presetToFlat, presetToLeap }; |
{ | ||
"name": "@palett/util-fluo", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "A colorant to string", | ||
@@ -18,6 +18,6 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@aryth/bound-vector": "^0.2.7", | ||
"@aryth/comparer": "^0.2.7", | ||
"@palett/convert": "^0.3.5", | ||
"@palett/dye": "^0.3.5", | ||
"@aryth/bound-vector": "^0.2.9", | ||
"@aryth/comparer": "^0.2.9", | ||
"@palett/convert": "^0.3.6", | ||
"@palett/dye": "^0.3.6", | ||
"@typen/enum-check-levels": "^0.1.5", | ||
@@ -46,3 +46,3 @@ "@typen/num-strict": "^0.1.5", | ||
"homepage": "https://github.com/hoyeungw/palett/util-fluo#readme", | ||
"gitHead": "c2ca58acdbfcc19e95d54134c815381cc2ffca4f" | ||
"gitHead": "965d1ba591a361fd8cb3997a613b32d485985cf7" | ||
} |
15430
418
Updated@aryth/bound-vector@^0.2.9
Updated@aryth/comparer@^0.2.9
Updated@palett/convert@^0.3.6
Updated@palett/dye@^0.3.6