1.1.1 • Published 5 years ago

webpcheck v1.1.1

Weekly downloads
43
License
MIT
Repository
github
Last release
5 years ago

WebP Check

webp兼容性检查,检查过程一次性,不依赖网络

安装

npm install --save webpcheck

用例

import { check, result, clean } from 'webpcheck';

if (check()) {
    console.log('support');
} else {
    console.log('not support');
}

// 获取判断的缓存结果
result();

// 清除判断的缓存结果
clean();
1.1.1

5 years ago

1.1.0

5 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

1.0.0-beta.1

8 years ago