Handbook
Glossary
scryfall-local-image-path ( string -- path )
Vocabulary
scryfall
Inputs
string
an
object
Outputs
path
an
object
Definition
USING:
accessors
kernel
sequences
splitting
urls
;
IN:
scryfall
:
scryfall-local-image-path
( string -- path )
>url
path>>
"/"
?head
drop
"/"
"-"
replace
scryfall-images-path
""
prepend-as
;