UNPKG

base64-img

Version:

Convert img or svg to base64, or convert base64 to img

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