version
constversion:string
Defined in: core/version.ts:19
The d3gl package version, injected at build time from package.json.
Lets downstream apps surface the version (e.g. a “Powered by d3gl” badge)
without importing @mapequation/d3gl/package.json:
import { version } from "@mapequation/d3gl";console.log(`Powered by d3gl v${version}`);