mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-16 11:37:36 +02:00
3 lines
116 B
Plaintext
3 lines
116 B
Plaintext
|
LET data = DOWNLOAD("https://github.com/MontFerret/ferret/raw/master/assets/logo.png")
|
||
|
|
||
|
RETURN { type: "png", data }
|