UNPKG

kriging-webgl

Version:
5 lines (4 loc) 253 B
export { predict, train, type KrigingModel, type Variogram } from './kriging'; export { generate_WEBGL } from './webgl/generate'; export { glsl_pack } from './webgl/glsl'; export { createColorMappingObject, createVariogramObject } from './webgl/utils';