Skip to content

Instantly share code, notes, and snippets.

View ianho7's full-sized avatar
👓
"STANDING ON THE SHOULDERS OF GIANTS"

Ian Ho ianho7

👓
"STANDING ON THE SHOULDERS OF GIANTS"
  • Shenzhen
  • 02:24 (UTC +08:00)
View GitHub Profile
@hangj
hangj / exif.js
Last active October 8, 2022 08:55
exif.js for miniprogram 小程序获取照片exif元信息
(function() {
// https://github.com/exif-js/exif-js
var debug = false;
var root = this;
var self = window || this;
var Blob = Blob || function () {}
var DOMParser = DOMParser || function () {}
var EXIF = function(obj) {