UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

14 lines (13 loc) 437 B
/** * @preserve * Copyright 2015-2016 Igor Bezkrovnyi * All rights reserved. (MIT Licensed) * * iq.ts - Image Quantization Library */ import * as arithmetic from "./arithmetic"; import { HueStatistics } from "./hueStatistics"; import { Palette } from "./palette"; import { Point } from "./point"; import { PointContainer } from "./pointContainer"; export { Point, PointContainer, Palette, HueStatistics, arithmetic };