UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

30 lines 592 B
export const ASSET_FILE_TYPES = [ ".png", ".jpg", ".jpeg", ".bmp", ".gif", ".pdf", ".mp4", ".webm", ".ogg", ]; export const JSON_VIEW_THEME = { base00: "transparent", base01: "#2d2d2d", base02: "#4e4e4e", base03: "#6c6c6c", base04: "#969896", base05: "#d9d9d9", base06: "#e8e8e8", base07: "#ffffff", base08: "#ff5370", base09: "#f78c6c", base0A: "#ffcb6b", base0B: "#c3e88d", base0C: "#89ddff", base0D: "#82aaff", base0E: "#c792ea", base0F: "#ff5370", }; //# sourceMappingURL=constants.js.map