UNPKG

@amcharts/amcharts4

Version:
12 lines 659 B
export { Mercator } from "./projections/Mercator"; export { Miller } from "./projections/Miller"; export { Eckert6 } from "./projections/Eckert6"; export { Orthographic } from "./projections/Orthographic"; export { Stereographic } from "./projections/Stereographic"; export { Albers } from "./projections/Albers"; export { AlbersUsa } from "./projections/AlbersUSA"; export { NaturalEarth1 } from "./projections/NaturalEarth1"; export { AzimuthalEqualArea } from "./projections/AzimuthalEqualArea"; export { EqualEarth } from "./projections/EqualEarth"; export { Projection } from "./projections/Projection"; //# sourceMappingURL=projections.js.map