|
|
|
|
|
by danielrw7
3785 days ago
|
|
This bit is great: box = box.replace(/#/g, function() {
i++
if (str[i]) {
return str[i]
} else {
return "";
}
});
It would be cool if you could select which characters (or all characters except for space) will be replaced with the data URI. |
|