UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

14 lines (12 loc) 263 B
import { corelib } from './core'; import { geolib } from './geo'; import { graphlib } from './graph'; import { plotlib } from './plot'; export function stdlib() { return { ...geolib(), ...graphlib(), ...plotlib(), ...corelib(), } as const; }