Skip to content

Instantly share code, notes, and snippets.

View bhupal4all's full-sized avatar

Ranga Bhupal bhupal4all

  • Bangalore, India
View GitHub Profile
@bhupal4all
bhupal4all / convert-image-to-base64.js
Created February 2, 2017 13:14 — forked from HereChen/convert-image-to-base64.js
convert image to base64
/**
* version1: convert online image
* @param {String} url
* @param {Function} callback
* @param {String} [outputFormat='image/png']
* @author HaNdTriX
* @example
convertImgToBase64('http://goo.gl/AOxHAL', function(base64Img){
console.log('IMAGE:',base64Img);
})
@bhupal4all
bhupal4all / gchart_offline.html
Created December 19, 2016 12:38 — forked from makevoid/gchart_offline.html
GChart offline example
<!--
How to use Google JS Visualization Api offline, step by step
this approach might work with other libraries loaded with google.load, after all it's still JavaScript!!!
-->
<!DOCTYPE html>
<html>