Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert image file to Base64

The project simplifies the task of converting images loaded from a browser to the Base64 format.

Authors

Installation

Install with yarn:

  yarn add @requrv/image-to-base64

Install with npm:

  npm install @requrv/image-to-base64

Usage/Examples

import { convertImage } from '@requrv/image-to-base64'

async function convert(file: File) {
    return await convertImage(file)
}

License

MIT

About

Convert any Image to base64

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages