API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceParticlesBuildInfo
Immutable compile-time build metadata for `@codexo/exojs-particles`. `development` mirrors the `__DEV__` compile-time constant and is statically replaced before tree shaking. `version` is the exact `package.json` version of the Particles package at build time. `revision` is the short source-control revision (appended with `-dirty` when uncommitted changes are present) or `"unknown"` when no revision information is available.
import { ParticlesBuildInfo } from '@codexo/exojs-particles'Immutable compile-time build metadata for `@codexo/exojs-particles`.
`development` mirrors the `__DEV__` compile-time constant and is statically replaced before tree shaking. `version` is the exact `package.json` version of the Particles package at build time. `revision` is the short source-control revision (appended with `-dirty` when uncommitted changes are present) or `"unknown"` when no revision information is available.
development: booleanrevision: stringversion: string