Skip to content

bytemate/icongaga

Repository files navigation

Contributors Forks Stargazers Issues Version URL


Logo

ICON-GAGA

An awesome random icon builder!
Explore the Sites »

About The Project

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.

Getting Started

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.

To Make Platform Website Less boring

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!

image

Installation

Use npm to install it.

  • npm
    npm i @bdancer/icon-gaga

Cloudflare Workers API

You can also call our api service.

Logo

https://icongaga-api.bytedancer.workers.dev/api/genHexer?name=gaga

Logo

https://icongaga-api.bytedancer.workers.dev/api/genCubers?name=gaga

License

Distributed under the MIT License. See LICENSE.txt for more information.