@eris/image
Advanced tools
Comparing version 0.1.1-alpha.5 to 0.1.1-alpha.6
@@ -24,3 +24,5 @@ /// <reference types="node" /> | ||
export interface INoiseOptions { | ||
/** Used for the random noise pattern to generate predictable noise */ | ||
seed?: string; | ||
/** The strength of the noise, typically a value between 0 and 0.1 */ | ||
opacity?: number; | ||
@@ -27,0 +29,0 @@ } |
@@ -28,3 +28,5 @@ import {INormalizedMetadata} from '@eris/exif' | ||
export interface INoiseOptions { | ||
/** Used for the random noise pattern to generate predictable noise */ | ||
seed?: string | ||
/** The strength of the noise, typically a value between 0 and 0.1 */ | ||
opacity?: number | ||
@@ -31,0 +33,0 @@ } |
{ | ||
"name": "@eris/image", | ||
"version": "0.1.1-alpha.5", | ||
"version": "0.1.1-alpha.6", | ||
"description": "Collection of image manipulation libraries for node and the browser.", | ||
@@ -38,3 +38,3 @@ "main": "./dist/node-index.js", | ||
"dependencies": { | ||
"@eris/exif": "0.1.1-alpha.5", | ||
"@eris/exif": "0.1.1-alpha.6", | ||
"buffer": "^5.2.0", | ||
@@ -71,3 +71,3 @@ "file-type": "^7.0.1", | ||
}, | ||
"gitHead": "d7efeea841cd025988c4aa5273c449379cba3b89" | ||
"gitHead": "3083b1547f4ef718915a7d143e4cea0bc340d84c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1572834
13312
+ Added@eris/exif@0.1.1-alpha.6(transitive)
- Removed@eris/exif@0.1.1-alpha.5(transitive)
Updated@eris/exif@0.1.1-alpha.6