@palett/util-fluo
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -240,3 +240,2 @@ 'use strict'; | ||
exports.BlendDye = Projector; | ||
exports.NL = NL; | ||
@@ -243,0 +242,0 @@ exports.Projector = Projector; |
@@ -236,2 +236,2 @@ import { STRICT } from '@typen/enum-check-levels'; | ||
export { Projector as BlendDye, NL, Projector, dyemap, dyezip, extractBound, fluo, fluo as fluoZip, hslToDye, leverage, parseHsl, presetToFlat, presetToLeap }; | ||
export { NL, Projector, dyemap, dyezip, extractBound, fluo, fluo as fluoZip, hslToDye, leverage, parseHsl, presetToFlat, presetToLeap }; |
{ | ||
"name": "@palett/util-fluo", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "A colorant to string", | ||
@@ -20,4 +20,4 @@ "main": "dist/index.cjs.js", | ||
"@aryth/comparer": "^0.2.9", | ||
"@palett/convert": "^0.3.6", | ||
"@palett/dye": "^0.3.6", | ||
"@palett/convert": "^0.3.7", | ||
"@palett/dye": "^0.3.7", | ||
"@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": "965d1ba591a361fd8cb3997a613b32d485985cf7" | ||
"gitHead": "c05a5650638d6968b9120fe823bf12689e0cdd96" | ||
} |
@@ -1,2 +0,2 @@ | ||
## @palett/util-fluo | ||
## @palett/util-fluoMatrix | ||
A colorant to string | ||
@@ -33,3 +33,3 @@ | ||
```console | ||
$ npm install @palett/util-fluo | ||
$ npm install @palett/util-fluoMatrix | ||
``` | ||
@@ -39,3 +39,3 @@ | ||
```js | ||
import { Temp } from '@palett/util-fluo' | ||
import { Temp } from '@palett/util-fluoMatrix' | ||
``` | ||
@@ -42,0 +42,0 @@ |
15395
417
Updated@palett/convert@^0.3.7
Updated@palett/dye@^0.3.7