index.ts 253 B

12345678
  1. /**
  2. * Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
  3. *
  4. * @author Alexander Rose <alexander.rose@weirdbyte.de>
  5. */
  6. export { Color, ColorMap, ColorTable } from './color';
  7. export { ColorScale } from './scale';