url_to_data_url
url_to_data_url(url) ⇒ string
Resolve URL to content and create a data URL from the content
Kind: global function
Param | Type |
---|---|
url | string |
Example
'cat.png' -> 'data:image/png;base64,....'
string
Resolve URL to content and create a data URL from the content
Kind: global function
Param | Type |
---|---|
url | string |
Example
'cat.png' -> 'data:image/png;base64,....'