fetch-base64 icon indicating copy to clipboard operation
fetch-base64 copied to clipboard

A node package to fetch local or remote files in base64 encoding.

Results 3 fetch-base64 issues
Sort by recently updated
recently updated
newest added

Hi thanks for your package but there is a problem when send my image [link](http://divipay.org/public/images/brand/1618166041.jpg) how i solve this??

Hi and thanks for this package! I encounter an issue with urls like `http://myurl.com/something?arg=value`. The arguments are lost and the actual url that is called is `http://myurl.com/something`. Would it be...

``` (6,23): Could not find a declaration file for module 'fetch-base64'. /path/to/node_modules/fetch-base64/index.js' implicitly has an 'any' type. Try `npm install @types/fetch-base64` if it exists or add a new declaration (.d.ts)...