mirror of
https://github.com/nolanlawson/blob-util.git
synced 2025-12-08 19:46:19 +00:00
fix heading in readme
[skip ci]
This commit is contained in:
parent
f3cb2a847d
commit
ca23a26a05
@ -286,7 +286,7 @@ blobUtil.dataURLToBlob(dataURL).then(function (blob) {
|
||||
});
|
||||
```
|
||||
<a name="blobToDataURL"></a>
|
||||
###blobToDataURL(blob)
|
||||
### blobToDataURL(blob)
|
||||
Convert a <code>Blob</code> to a data URL string
|
||||
(e.g. <code>'data:image/png;base64,iVBORw0KG...'</code>).
|
||||
Returns a Promise.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user