color-space
Advanced tools
Comparing version 1.1.2 to 1.1.3
/** | ||
* Color space data and conversions | ||
* | ||
* @module color-space | ||
* | ||
* @todo to-source method, preparing the code for webworker | ||
* @todo implement all side spaces from http://en.wikipedia.org/wiki/Category:Color_space yuv, yiq etc. | ||
* @todo here are additional spaces http://www.jentronics.com/color.html ITU, REC709, SMTPE, NTSC, GREY | ||
* | ||
* @todo implement asm-js way to convert spaces (promises to be times faster) | ||
* | ||
*/ | ||
@@ -11,0 +7,0 @@ |
@@ -32,3 +32,3 @@ /** | ||
return luv.xyz(lchuv.luv(arg)); | ||
}, | ||
} | ||
}; | ||
@@ -35,0 +35,0 @@ |
{ | ||
"name": "color-space", | ||
"description": "Conversion functions and space data. Full list of spaces.", | ||
"version": "1.1.2", | ||
"description": "Color space conversions and data", | ||
"version": "1.1.3", | ||
"author": "Deema Yvanow <dfcreative@gmail.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
26
0
72920
2127
85