miaow-util
v1.1.0
Published
Miaow的工具集合
Downloads
22
Readme
miaow-util
Miaow的工具集合
使用说明
var mutil = require('miaow-util');
mutil.log('发生了一些事情', '耗费了:', mutil.colors.red('30毫秒'));
mutil.hash(new Buffer('你好'));
mutil.getDataURI('~/foo.png');
colors
chalk 的实例引用
getDataURI(filePath)
获取文件的 data-uri
hash(data)
获取数据的 md5
console
包含了log
、warn
和error
三个打印日志的方法
duration(time)
返回毫秒单位的时间差语义字符串