Skip to content

Getting started

Install

bash
npm i @jdultra/ultra-globe

Usage (ESM)

js
import * as UltraGlobe from '@jdultra/ultra-globe'

// Explore exports in the API reference, or start from the Samples section.
console.log(Object.keys(UltraGlobe))

Next