Browse Source

Don't actually show a function in the dimension example

pull/1/head
Luke Childs 8 years ago
parent
commit
e73160c78c
  1. 2
      README.md

2
README.md

@ -61,7 +61,7 @@ mergeImages(['/body.png', '/eyes.png', '/mouth.png'], {
width: 128,
height: 128
})
.then(b64 => document.querySelector('img').src = b64);
.then(b64 => ...);
// data:image/png;base64,iVBORw0KGgoAA...
```

Loading…
Cancel
Save