UNPKG

gen-biome

Version:

Procedural generation of 2D maps with distinct biomes

12 lines (10 loc) 175 B
import type { WorldConfig } from '../../world/types'; /** * @internal */ export type PerlinParameters = { seed: number[] config: WorldConfig x: number y: number };