🎠Generate unique pictograms from any text: https://luciorubeens.github.io/pictogrify/
(More shapes and themes soon)
<script src='https://luciorubeens.github.io/pictogrify/dist/pictogrify.js'></script>
<div class="pictogram"></div>
<script>
new Pictogrify('my text').render(document.querySelector('.pictogram'))
</script>
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)
- Lúcio Rubens luciorubeens@gmail.com
This project was based on nimiq/robohash.
MIT © Lúcio Rubens