super-color
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -14,3 +14,3 @@ import { SuperColorAttr, SuperColorFormat, SuperHexColor, SuperHslaColor, SuperHsvaColor, SuperRgbaColor } from './types'; | ||
constructor(color: string | SuperColorAttr); | ||
getFormat(): string; | ||
getFormat(): SuperColorFormat; | ||
setFormat(format: SuperColorFormat): void; | ||
@@ -17,0 +17,0 @@ setAlpha(alpha: number): void; |
{ | ||
"name": "super-color", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Small & Fast Color conversion library.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
71209