JSPM

  • Created
  • Published
  • Downloads 8807
  • Score
    100M100P100Q141214F
  • License MIT

The default theme for Fractal.

Package Exports

  • @frctl/mandelbrot
  • @frctl/mandelbrot/assets/js/components/frame
  • @frctl/mandelbrot/assets/js/components/frame.js
  • @frctl/mandelbrot/assets/js/components/navigation
  • @frctl/mandelbrot/assets/js/components/navigation.js
  • @frctl/mandelbrot/assets/js/events
  • @frctl/mandelbrot/assets/js/events.js
  • @frctl/mandelbrot/assets/js/storage
  • @frctl/mandelbrot/assets/js/storage.js
  • @frctl/mandelbrot/assets/js/utils
  • @frctl/mandelbrot/assets/js/utils.js
  • @frctl/mandelbrot/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@frctl/mandelbrot) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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