Skip to content

dizhar/resize-base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

When passing an image base64 as first argument to the function, it returns the base64 of the resized image. maxWidth and maxHeight are optional.

Note: This is a font-end package.

What is it for?

If you have a base64 image and you would like to resize it, this function will return a base64 image resizes to your height and width specifications.

How do I install it?

bower install resize-base64 --save

To use
var image = resizebase64(base64, maxWidth, maxHeight); 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published