UNPKG

base64-img-promise

Version:

Convert img to base64, or convert base64 to img, with the option of using promises

10 lines 175 B
module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.initConfig({ jshint: { all: [ 'base64-img.js' ] } }); };