1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/examples/download.fql

3 lines
116 B
Plaintext
Raw Normal View History

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