draftbit / avatar-generator

Personas, an avatar generator by Draftbit

Home Page:https://personas.draftbit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate using union type for `key`

dylanirlbeck opened this issue · comments

In src/re/Types.re, we could try and use a "union" type for key, instead of rewriting the code for the style and color type. For reference, see these articles: