Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Latest commit

 

History

History
46 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.21 KB

Pictogrify

🎭 Generate unique pictograms from any text: https://luciorubeens.github.io/pictogrify/

Avatar

(More shapes and themes soon)

Installation

<script src='https://luciorubeens.github.io/pictogrify/dist/pictogrify.js'></script>

<div class="pictogram"></div>

Usage

<script>
new Pictogrify('my text').render(document.querySelector('.pictogram'))
</script>

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

Similar Tools

This project was based on nimiq/robohash.

License

MIT © Lúcio Rubens