index.d.ts 188 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 /** * @preserve * Copyright 2015-2016 Igor Bezkrovnyi * All rights reserved. (MIT Licensed) * * iq.ts - Image Quantization Library */ import { SSIM } from "./ssim"; export { SSIM };