Test purpose
- Check that we can load the Delaunator JS library into a module from a remote CMS.
- Use a set of static coordinates, alongside the mouse cursor, as the source points for the Delaunay triangulation calculations.
- Use the calculated Voronoi edges to create a mosaic scene to an image
- Give the scene a 3d effect using a filter
- Animate the scene, updating the Voronoi edges as the user moves the mouse cursor over the canvas.
Touch test: canvas should be resizable
Annotated code