1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-02-07 13:31:56 +02:00
ferret/examples/download.fql

3 lines
116 B
Plaintext
Raw Normal View History

2019-07-23 14:55:26 -04:00
LET data = DOWNLOAD("https://github.com/MontFerret/ferret/raw/master/assets/logo.png")
RETURN { type: "png", data }