updated logging
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// types
|
||||
|
||||
/**
|
||||
* @property color specific color, random color option, or random color option from global list
|
||||
*/
|
||||
@@ -16,6 +18,10 @@ export interface NameConfigInstance {
|
||||
|
||||
export type UsernameExtraSuffix = (nameConfig: NameConfigInstance) => string
|
||||
|
||||
// options
|
||||
|
||||
export const DEBUG = true
|
||||
|
||||
export const ignoreMod: boolean = false
|
||||
|
||||
export const nameImages = {
|
||||
|
||||
Reference in New Issue
Block a user