{"id":21061497,"url":"https://github.com/khronosleung/webpcheck","last_synced_at":"2026-04-28T10:34:45.375Z","repository":{"id":44177721,"uuid":"106183389","full_name":"khronosleung/webpcheck","owner":"khronosleung","description":"webp兼容性检查，检查过程一次性，不依赖网络","archived":false,"fork":false,"pushed_at":"2023-01-05T09:44:07.000Z","size":389,"stargazers_count":0,"open_issues_count":8,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-04-26T09:01:11.012Z","etag":null,"topics":["tool","webp","webpcheck"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/khronosleung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-08T14:38:44.000Z","updated_at":"2020-03-11T15:13:19.000Z","dependencies_parsed_at":"2023-02-03T23:31:52.384Z","dependency_job_id":null,"html_url":"https://github.com/khronosleung/webpcheck","commit_stats":null,"previous_names":["kidneyleung/webpcheck"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khronosleung%2Fwebpcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khronosleung%2Fwebpcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khronosleung%2Fwebpcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khronosleung%2Fwebpcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khronosleung","download_url":"https://codeload.github.com/khronosleung/webpcheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243505958,"owners_count":20301618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tool","webp","webpcheck"],"created_at":"2024-11-19T17:25:03.542Z","updated_at":"2025-12-30T15:51:45.628Z","avatar_url":"https://github.com/khronosleung.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebP Check\n\nwebp兼容性检查，检查过程一次性，不依赖网络\n\n## 安装\n\n```shell\nnpm install --save webpcheck\n```\n\n\n## 用例\n\n```js\nimport { check, result, clean } from 'webpcheck';\n\nif (check()) {\n    console.log('support');\n} else {\n    console.log('not support');\n}\n\n// 获取判断的缓存结果\nresult();\n\n// 清除判断的缓存结果\nclean();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhronosleung%2Fwebpcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhronosleung%2Fwebpcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhronosleung%2Fwebpcheck/lists"}