UNPKG

fast-noise-lite-ts

Version:

A fast and lightweight noise generation library for JavaScript

5 lines (4 loc) 296 B
export { NoiseType, RotationType3D, FractalType, CellularDistanceFunction, CellularReturnType, DomainWarpType, TransformType3D, NoiseOptions } from './types'; export { defaultOptions } from './constants'; export { domainWarp } from './noise/domain-warp'; export { generateNoise } from './noise';