Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alssndro/trianglify-background-generator
Generate backgrounds using the trianglify plugin
https://github.com/alssndro/trianglify-background-generator
Last synced: 17 days ago
JSON representation
Generate backgrounds using the trianglify plugin
- Host: GitHub
- URL: https://github.com/alssndro/trianglify-background-generator
- Owner: alssndro
- Created: 2014-04-12T18:42:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T08:49:30.000Z (over 4 years ago)
- Last Synced: 2024-07-31T19:22:51.331Z (3 months ago)
- Language: CSS
- Homepage: http://alssndro.github.io/trianglify-background-generator/
- Size: 529 KB
- Stars: 252
- Watchers: 9
- Forks: 28
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trianglify Background Generator
![](app.png)
A tool to generate images from SVGs rendered by the [Trianglify](https://github.com/qrohlf/trianglify) JS plugin.
The app utilises the [ColourLovers](http:colourlovers.com) API to allow backgrounds to be generated using colours from the top 100
palettes.See the app in action [here](http://alssndro.github.io/trianglify-background-generator/).
## Issues
There are some compatibility issues regarding conversion of SVGs to images in-browser. At the moment
the Download feature does not work in Safari.For the moment I have also omitted the 'noise' slider since converting medium/large resolution SVGs (with noise) to PNG kept crashing the Chrome tab.
From browsing around other repos using the trianglify plugin, this seems to be a common issue. I should note that this isn't the fault of the plugin itself, but the implementation of the canvas element which seems to struggle with noise.