UNPKG
@evshiron/exifr
Version:
latest (7.1.4)
7.1.4
📷 The fastest and most versatile JavaScript EXIF reading library.
mutiny.cz/exifr/
evshiron/exifr
@evshiron/exifr
/
src
/
polyfill
/
fetch.mjs
5 lines
(3 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
import
global
from
'./global.mjs'
export
let
fetch =
global
.
fetch
export
const
set
= f => fetch = f