@frctl/mandelbrot

The default theme for Fractal.

Usage no npm install needed!

<script type="module">
  import frctlMandelbrot from 'https://cdn.skypack.dev/@frctl/mandelbrot';
</script>

README

@frctl/mandelbrot

The default web UI theme for Fractal.

NPM Version

See the Fractal documentation for details on configuration and usage.

In order to get a locale aware date for the 'last updated' text, install the full-icu module.

Development

Follow these instructions to setup the development environement, then go to the Mandelbrot package directory:

cd packages/mandelbrot

In there, run:

npm start

To start Gulp in watch mode and automatically recompile Mandelbrot’s CSS & JS files on save.

You can also build the files once with:

npm run build

You can see your changes in one of our example Fractal instances.

License

MIT