leaflet-fractal icon indicating copy to clipboard operation
leaflet-fractal copied to clipboard

JavaScript fractals drawing using Leaflet, HTML5 Canvas and web workers

This example demonstrates usage of Leaflet mapping library with HTML5 Web Workers.

L.TileLayer.Canvas is used to visualize different types of fractals. All rendering is performed in Web Workers resulting in smooth user interaction.

Many thanks to @calvinmetcalf for significant example improvements!

Check the demo here!