This library is mainly a way of randomly generating icons on one of our internal sites. You can use it directly or develop your own icon library in this way.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
We place icon on GUI card to guide user when designing a platform, like hexagon for apps, cylinders for database, avaters for users. But those icons are usually static, which means different entities from same model share the same icon image. What if the icon changes based on some feature of entity?
So we create two examples, one for team model, and one for app model. And Icongaga api generates unique Icon based on string you provide, hope you enjoy it!
Use npm to install it.
- npm
npm i @bdancer/icon-gaga
You can also call our api service.
https://icongaga-api.bytedancer.workers.dev/api/genHexer?name=gaga
https://icongaga-api.bytedancer.workers.dev/api/genCubers?name=gaga
Distributed under the MIT License. See LICENSE.txt
for more information.