UNPKG
@yoot/imgix
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Imgix adapter for @yoot/yoot
github.com/theisel/yoot
theisel/yoot
@yoot/imgix
/
dist
/
register.js
5 lines
(4 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
import
{ registerAdapters
as
r }
from
"@yoot/yoot"
;
import
{ adapter
as
t }
from
"./core/adapter.js"
;
r
(t);
//# sourceMappingURL=register.js.map