The church has no more exclusivity on them.
new StainedGlass(document.getElementById('example-1'));
new StainedGlass(document.getElementById('example-2'), {
polygons: 300 // default: 100
});
Photo by the awesome Eyal Levkovich
new StainedGlass(document.getElementById('example-3'), {
deviation: 0 // default: 0.2
});
new StainedGlass(document.getElementById('example-4'), {
stroke: 'black', // uses the color of the shaped by default
strokeWidth: 3 // default: 1.52
});
new StainedGlass(document.getElementById('example-5'), {
triangles: true
});
new StainedGlass(document.getElementById('example-6'), {
polygons: 500,
triangles: true,
animated: true
});
new StainedGlass(document.getElementById('example-7), {
polygons: 500,
triangles: true,
animated: true,
animationDuration: 300,
followCursor: true
});