color-interfaces
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -0,0 +0,0 @@ import { Color } from './ColorInterface'; |
@@ -0,0 +0,0 @@ import { Color } from './ColorInterface'; |
@@ -0,0 +0,0 @@ import { Color } from "./ColorInterface"; |
@@ -0,0 +0,0 @@ import { Color as Color_ } from './ColorInterface'; |
@@ -0,0 +0,0 @@ export interface Color { |
@@ -0,0 +0,0 @@ import { RGB } from './ColorInterface'; |
@@ -0,0 +0,0 @@ import { HexAInterface as HexAInterface_, HEXA } from './ColorInterface'; |
@@ -0,0 +0,0 @@ import { HexInterface as HexInterface_, HEX } from './ColorInterface'; |
@@ -0,0 +0,0 @@ import { HSLAInterface as HSLAInterface_, HSLA } from './ColorInterface'; |
@@ -0,0 +0,0 @@ import { HSLInterface as HSLInterface_, HSL } from './ColorInterface'; |
@@ -0,0 +0,0 @@ import { HSVAInterface as HSVAInterface_, HSVA } from './ColorInterface'; |
@@ -0,0 +0,0 @@ import { HSVInterface as HSVInterface_, HSV } from './ColorInterface'; |
@@ -0,0 +0,0 @@ import Color from './Color'; |
@@ -0,0 +0,0 @@ import { RGBAInterface as RGBAInterface_, RGBA } from './ColorInterface'; |
@@ -0,0 +0,0 @@ import { RGBInterface as RGBInterface_, RGB } from './ColorInterface'; |
@@ -0,0 +0,0 @@ import { RGB } from './ColorInterface'; |
{ | ||
"name": "color-interfaces", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "interfaces for color spaces", | ||
"repository": "https://github.com/chriskr/color-interfaces", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"types": "dist/index.d.ts", | ||
"author": "chrisk", | ||
@@ -12,0 +12,0 @@ "license": "Apache-2.0", |
# color-interfaces | ||
[![Coverage Status](https://img.shields.io/codecov/c/github/chriskr/color-interfaces/master.svg)](https://codecov.io/gh/chriskr/color-interfaces) | ||
### Basic Usage | ||
@@ -19,3 +21,3 @@ | ||
[color converter tool](https://chriskr.github.io/color-tool/build/) | ||
[color tool](https://chriskr.github.io/color-tool/build/) | ||
@@ -22,0 +24,0 @@ ### Interfaces |
58080
142