lol-constants 0.1.4 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
|
|
1
1
|
export declare const DDPaths: {
|
2
|
-
CHAMPION_ICON_BASE: string
|
3
|
-
SPELL_ICON_BASE: string
|
4
|
-
PROFILE_ICON_BASE: string
|
5
|
-
ITEM_ICON_BASE: string
|
6
|
-
RUNE_ICON_BASE:
|
2
|
+
readonly CHAMPION_ICON_BASE: `${string}img/champion/`;
|
3
|
+
readonly SPELL_ICON_BASE: `${string}img/spell/`;
|
4
|
+
readonly PROFILE_ICON_BASE: `${string}img/profileicon/`;
|
5
|
+
readonly ITEM_ICON_BASE: `${string}img/item/`;
|
6
|
+
readonly RUNE_ICON_BASE: "./public/pics/league/";
|
7
7
|
};
|
package/package.json
CHANGED