Skip to content

afeiship/next-file-to-base64

Repository files navigation

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.