This commit is contained in:
Nolan Lawson 2014-10-25 13:25:00 -04:00
parent f4982f5f0c
commit 291784d127
2 changed files with 3 additions and 2 deletions

View File

@ -70,9 +70,10 @@ newImg.src = blobURL;
document.body.appendChild(newImg);
```
So now we have two Kirbys - one with a normal URL, and the other with a blob URL. Neato!
So now we have two Kirbys - one with a normal URL, and the other with a blob URL. You can try this out yourself in the [blob-util playground](http://nolanlawson.github.io/blob-util). Super fun!
<img src="./static/blob-util.gif"/>
You can try this out yourself in the [blob-util playground](http://blob-util.github.io). Super fun!
API
-------

BIN
static/blob-util.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB