Browse Source

spacing

v1.x
Nathan Rajlich 14 years ago
parent
commit
298db528ee
  1. 4
      Readme.md

4
Readme.md

@ -107,9 +107,9 @@ canvas.toBuffer(function(err, buf){
Optionally we may pass a callback function to `Canvas#toDataURL()`, and this process will be performed asynchronously, and will `callback(err, str)`. Optionally we may pass a callback function to `Canvas#toDataURL()`, and this process will be performed asynchronously, and will `callback(err, str)`.
```javascript ```javascript
canvas.toDataURL(function(err, str){ canvas.toDataURL(function(err, str){
}); });
``` ```
or specify the mime type: or specify the mime type:

Loading…
Cancel
Save