https://github.com/luciorubeens/pictogrify
🎠Generate unique pictograms from any text
https://github.com/luciorubeens/pictogrify
hash identicon pictogram robohash svg
Last synced: 12 days ago
JSON representation
🎠Generate unique pictograms from any text
- Host: GitHub
- URL: https://github.com/luciorubeens/pictogrify
- Owner: luciorubeens
- License: mit
- Archived: true
- Created: 2018-02-09T16:32:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T21:10:25.000Z (about 7 years ago)
- Last Synced: 2024-08-03T22:05:45.319Z (10 months ago)
- Topics: hash, identicon, pictogram, robohash, svg
- Language: JavaScript
- Homepage: https://luciorubeens.github.io/pictogrify/
- Size: 1.07 MB
- Stars: 95
- Watchers: 4
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-identicons - Pictogrify
README
Pictogrify
🎠Generate unique pictograms from any text: https://luciorubeens.github.io/pictogrify/
(More shapes and themes soon)
## Installation
```html
```## Usage
```javascript
new Pictogrify('my text').render(document.querySelector('.pictogram'))
```
## Contributing
The "api" is totally customizable, so you can contribute with a design pack for what you want, people, monsters, animals, houses..
- Create folders with the shapes name. Eg: `hair`, `mouth`, ...
- Name the file with the folder name and include a version number. Eg: `hair-01`
- Edit the config file and add your new theme. (Set the name, colors and shapes order)## Author
- Lúcio Rubens
## Similar ToolsThis project was based on [nimiq/robohash](https://github.com/nimiq/robohash).
- [RoboHash](https://robohash.org)
- [FlatHash](http://flathash.com)## License
[MIT](LICENSE) © Lúcio Rubens