UNPKG

fd-gulp-convert-encoding

Version:

convert file to assigned charset

10 lines (8 loc) 206 B
// px to rem exports.rem = function(value) { return value / 2 / 16 + 'rem'; }; // getImgUrl exports.imgurl = function(module, name) { return '../../../lib/' + module + '/imgs/' + name + '.png'; };