1.0.12 • Published 8 years ago

resize-base64 v1.0.12

Weekly downloads
1,822
License
ISC
Repository
-
Last release
8 years ago

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. This package will not work on the server side. Consider installing browsify or webpack to

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?

npm install resize-base64 --save

For npm
var resizebase64 = require('resize-base64');  

var  img = resizebase64(base64, maxWidth, maxHeight); 
1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago