@vibrant/quantizer
Advanced tools
Comparing version 3.0.0 to 3.1.0-0
{ | ||
"name": "@vibrant/quantizer", | ||
"version": "3.0.0", | ||
"version": "3.1.0-0", | ||
"description": "Helper and typings for writing a vibrant quantizer", | ||
"scripts": { | ||
"build:module": "tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -11,4 +10,11 @@ }, | ||
"types": "lib/index.d.ts", | ||
"author": "", | ||
"license": "ISC", | ||
"author": { | ||
"name": "akfish", | ||
"email": "akfish@gmail.com" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/akfish/node-vibrant/issues" | ||
}, | ||
"homepage": "https://github.com/akfish/node-vibrant", | ||
"license": "MIT", | ||
"dependencies": { | ||
@@ -20,3 +26,3 @@ "@vibrant/types": "^3.0.0", | ||
"devDependencies": { | ||
"typescript": "latest" | ||
"typescript": "^3.2.2" | ||
}, | ||
@@ -23,0 +29,0 @@ "publishConfig": { |
@@ -6,6 +6,6 @@ import { Pixels } from '@vibrant/image' | ||
export interface QuantizerOptions { | ||
colorCount: number; | ||
colorCount: number | ||
} | ||
export interface Quantizer { | ||
(pixels: Pixels, opts: QuantizerOptions): Resolvable<Array<Swatch>>; | ||
(pixels: Pixels, opts: QuantizerOptions): Resolvable<Array<Swatch>> | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
3157
7
20