Create data URIs on the fly?
问题 Is there a script (javascript / client side). That create data URIs on the fly. Now i create data URIs with a online base64 creator. And then put that output in the css file. But when i changing the images. Its a lot of work to do it. Is there a script, that can do it for me.? 回答1: The modern browsers now have good support for base64 encoding and decoding. There are two functions respectively for decoding and encoding base64 strings: atob() decodes a string of base-64 data btoa() creates a