UNPKG

@prachwal/mandelbrot-generator

Version:

Professional Mandelbrot fractal generator with TypeScript support, interactive web interface, and multiple output formats

9 lines 189 B
/** * @fileoverview Type definitions for Mandelbrot fractal generator * @module Types * @version 1.0.0 * @author prachwal * @since 2024 */ export {}; //# sourceMappingURL=types.js.map