Skip to content

Instantly share code, notes, and snippets.

View googleask's full-sized avatar

Hunter googleask

  • Wz.Group
  • china,shenzhen
View GitHub Profile
@googleask
googleask / twc.js
Created November 25, 2017 08:29 — forked from victorb/twc.js
(function() {
/**
* @param {number} meta
* @param {number} child
* @return {?}
*/
function addImage(meta, child) {
meta = meta || 1;
child = child || 0;
/** @type {Image} */