0.3.0 • Published 9 years ago

stained-glass v0.3.0

Weekly downloads
2
License
GPLv3
Repository
github
Last release
9 years ago

StainedGlass

Awesome stained pictures are no more exclusivity of church.

For a nice replacement, ensure that you have no particular styles on the img element, or apply the same to .stained-glass.

  new StainedGlass(HTMLImageElement, [options]);

options:

  • deviation: irregularity of the shapes (default 0.2)
  • polygons: number of created polygons (default 100)
  • stroke: default same as the fill color
  • strokeWidth: (default 1.51)
  • triangles: generate Delaunay vertices instead of Voronoï (default false)
  • animated: animate the color of the shapes by selecting colors using original image's point randomly around the original point (default false)