UNPKG
@paroicms/server-image-cache-engine
Version:
latest (1.29.37)
1.29.37
1.29.36
1.29.35
1.29.34
1.29.33
1.29.32
1.29.31
1.29.30
1.29.29
1.29.28
1.29.27
1.29.26
1.29.25
1.29.24
1.29.23
1.29.22
1.29.21
1.29.20
1.29.19
1.29.18
1.29.17
1.29.16
1.29.15
1.29.14
1.29.13
1.29.12
1.29.11
1.29.10
1.29.9
1.29.8
1.29.7
1.29.6
1.29.5
1.29.4
1.29.3
1.29.2
1.29.1
1.29.0
1.28.2
1.28.1
1.28.0
1.27.5
1.27.4
1.27.3
1.27.2
1.27.1
1.27.0
1.26.0
1.25.12
1.25.11
1.25.10
1.25.9
1.25.8
1.25.7
1.25.6
1.25.5
1.25.4
1.25.3
1.25.2
1.25.1
1.25.0
1.24.0
1.23.3
1.23.2
1.23.1
1.23.0
1.22.5
1.22.4
1.22.3
1.22.2
1.22.1
1.22.0
1.21.0
1.20.1
1.20.0
1.19.1
1.19.0
1.18.7
1.18.6
1.18.5
1.18.4
1.18.3
1.18.2
1.18.1
1.18.0
1.17.1
1.17.0
1.16.2
1.16.1
1.16.0
1.15.1
1.15.0
1.14.11
1.14.10
1.14.9
1.14.8
1.14.7
1.14.6
1.14.5
1.14.4
1.14.3
1.14.2
1.14.1
1.14.0
1.13.1
1.13.0
1.12.9
1.12.8
1.12.7
1.12.6
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.0
1.10.3
1.10.2
1.10.1
1.10.0
1.9.2
1.9.1
1.9.0
1.8.2
1.8.1
1.8.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.29.1
0.29.0
0.28.6
0.28.5
0.28.4
0.28.3
0.28.2
0.28.1
0.28.0
0.27.2
0.27.1
0.27.0
0.26.0
0.25.0
The image variant engine that we use at Paroi.
gitlab.com/paroi/opensource/paroicms
@paroicms/server-image-cache-engine
/
dist
/
constants.d.ts
7 lines
(6 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
packageDir
:
string
;
export
type
AuthorizedSharpType
=
"jpeg"
|
"webp"
|
"png"
|
"gif"
;
export
declare
const
authorizedMediaTypes
:
Set
<
string
>;
export
declare
const
mediaTypeByExtensions
: { [
extension
:
string
]:
string
; };