@jswork/next-file-to-base64

1.0.0 • Public • Published

next-file-to-base64

File to base64 based on FileReader for next.

version license size download

installation

npm install -S @jswork/next-file-to-base64

usage

import '@jswork/next-file-to-base64';

nx.fileToBase64(inFile).then((base64)=>{
  console.log(base64);
});

license

Code released under the MIT license.

Package Sidebar

Install

npm i @jswork/next-file-to-base64

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

5.01 kB

Total Files

5

Last publish

Collaborators

  • afeiship