quantize.js 195 B

123456
  1. import { Quantize as QuantizeScale } from '@antv/scale';
  2. export const Quantize = (options) => {
  3. return new QuantizeScale(options);
  4. };
  5. Quantize.props = {};
  6. //# sourceMappingURL=quantize.js.map