0.1.9 • Published 12 months ago

ngx-base64 v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Installation

npm install ngx-base64

Usage

import { fileToBase64 } from 'ngx-base64';

let file = event.target.files[0];

fileToBase64(file).subscribe(res => {
  console.log(res);
});

let base64String = fileToBase64Sync(file);
console.log(base64String);
0.1.8

12 months ago

0.1.7

12 months ago

0.1.9

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago