fast-average-color-node
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,4 @@ | ||
# v1.0.3 | ||
Fixes for typings. | ||
# v1.0.2 | ||
@@ -2,0 +5,0 @@ Fixes for options: left, top, width and height #1. |
/// <reference types="node" /> | ||
/// <reference types="fast-average-color" /> | ||
export declare function getAverageColor(filename: string | Buffer, options?: IFastAverageColorOptions): Promise<IFastAverageColorResult>; |
{ | ||
"name": "fast-average-color-node", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple library that calculates the average color of images in Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
6949
45