gulp-base64 : gulp task to encode images to data URI. You can installing gulp-base64 npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install gulp-base64 $ sudo npm install -g gulp-base64
If want to update the gulp-base64 package execute the command as below,
$ sudo npm update gulp-base64
Update package globally,
$ npm install -g gulp-base64
$ sudo git clone https://github.com/rektide/gulp-base64.git
$ sudo npm install -g ./gulp-base64
gulp-base64@0.1.3 /usr/lib/node_modules/gulp-base64
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-base64
Package Name | gulp-base64 |
Version | 0.1.3 |
Description | gulp task to encode images to data URI |
Released Date | 2015-05-27T19:19:07.211Z |
Published by | wenqer |
How to Learn | https://www.npmjs.com/package/gulp-base64/tutorial |