Home Reference Source

src/utils/index.js

import * as geometry from './geometry';
import * as math from './math';
import * as color from './color';

export {
    color,
    geometry,
    math,
};