UNPKG
lol-splash
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.4
0.0.3
0.0.0
League of Legends Splash Art API
github.com/B4129/lol-splash
B4129/lol-splash
lol-splash
/
dist
/
champions
/
index.js
7 lines
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ findBy, findAll }
from
'../fetch/skins'
;
export
var
champion =
function
(
name
) {
return
({
name
: name,
skin
:
function
(
id
) {
return
findBy
(name, id); },
images
: findAll, }); };
//# sourceMappingURL=index.js.map