@eris/image
Advanced tools
import * as _types from './types'; | ||
export { ImageData } from './image-data'; | ||
export { hammingDistance } from './analyses/hash'; | ||
export { hammingDistance, subsetDistance } from './analyses/hash'; | ||
export { ImageFormat, ImageResizeFit, ImageResizeMethod, EdgeMethod, HashMethod } from './types'; | ||
export declare const types: typeof _types; |
@@ -8,2 +8,3 @@ "use strict"; | ||
exports.hammingDistance = hash_1.hammingDistance; | ||
exports.subsetDistance = hash_1.subsetDistance; | ||
var types_1 = require("./types"); | ||
@@ -10,0 +11,0 @@ exports.ImageFormat = types_1.ImageFormat; |
import * as _types from './types' | ||
export {ImageData} from './image-data' | ||
export {hammingDistance} from './analyses/hash' | ||
export {hammingDistance, subsetDistance} from './analyses/hash' | ||
export {ImageFormat, ImageResizeFit, ImageResizeMethod, EdgeMethod, HashMethod} from './types' | ||
export const types = _types |
{ | ||
"name": "@eris/image", | ||
"version": "0.4.1-alpha.2", | ||
"version": "0.4.1-alpha.3", | ||
"description": "Collection of image manipulation libraries for node and the browser.", | ||
@@ -33,3 +33,3 @@ "main": "./dist/node-index.js", | ||
"dependencies": { | ||
"@eris/exif": "0.4.1-alpha.2", | ||
"@eris/exif": "0.4.1-alpha.3", | ||
"@tensorflow/tfjs-node": "^1.0.3", | ||
@@ -62,3 +62,3 @@ "@types/sharp": "^0.22.0", | ||
}, | ||
"gitHead": "5c321f9a2bb156a42eecadc090edfd29281bca5a" | ||
"gitHead": "b8b08c09d1f2d26d4a5a9363866e43e340bf6c0f" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35769995
040308
0