UNPKG

fd-gulp-encodingfilter

Version:

filt the assigned encoding file

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'; };