Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 642 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 642 Bytes

DataURL

What it is

Drop any file to the page and you will get a data URL of the file.

See the page in action!

Im sorry, what?

A data URL is often used for images on a page without uploading multiple files.

A data URL of a html page could look something like this:

data:text/html;base64,PGgxPldlbGNvbWUgdG8gbm93aGVyZTwvaDE+PHA+V2hlcmUgYW0gSSwgeW91IG1pZ2h0IGFzay48YnIgLz5XZWxsIEkgZG9uJ3Qga25vdyA6UDwvcD4=

Look up Data URI Scheme at Wikipedia

Why make this?

I don't know.

Need help?

Any help would be great! 🍴