@aladas-org/cryptoshape
Version:
Generates a representation of a Bip39 seed phrase as a 3D scene
27 lines (21 loc) • 945 B
JavaScript
// ======================================================================================================
// ===================================== const_vizmode.js =======================================
// ======================================================================================================
;
const CENTROID_VIZMODE = "centroid";
const SIMPLE_VIZMODE = "simple";
const ARC_VIZMODE = "arc";
const STAIR_STEP_VIZMODE = "stair step";
const CORONAVIRUS_VIZMODE = "coronavirus";
const HELICAL_VIRUS_VIZMODE = "helical virus";
const PIN_VIZMODE = "pin";
const QBIT_VIZMODE = "Qbit";
const BLOCKCHAIN_VIZMODE = "blockchain";
// const PLANET_MODE = "planet";
// const RECTILINEAR_MODE = "rectilinear";
const MODE_NAMES = {
[HELICAL_VIRUS_VIZMODE] : {
[LINK_COLOR] : [CYAN],
[STICK_COLOR] : [BEIGE]
}
};