1.1.1 • Published 4 years ago

webpcheck v1.1.1

Weekly downloads
43
License
MIT
Repository
github
Last release
4 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

4 years ago

1.1.0

4 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago

1.0.0-beta.1

7 years ago