UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines (8 loc) 227 B
import { GeoView } from '../composition/geoView'; import { GeoPath } from '../composition/geoPath'; export function geolib() { return { 'composition.geoView': GeoView, 'composition.geoPath': GeoPath, } as const; }