Support base64?
Open
@madhums is already working on this.
Since Sep 14, 2014.
feature
- Dominant language
- JavaScript
- Stars
- 267
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
like that:
``` js
imager.upload([req.body.base64Image], function(err, cdnUri, files) {
// do your stuff
}, 'items')
```
will work?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.