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
/
core
/
adapter.d.ts
10 lines
(9 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
Adapter
}
from
'@yoot/yoot'
;
export
{ adapter };
/** * An adapter for Imgix URLs. * *
@remarks
Supports `.imgix.net` URLs and maps `yoot` directives to Imgix parameters. *
@public
*/
declare
const
adapter
:
Adapter
;