lol-constants 0.1.4 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -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