GitShow/sindresorhus/is-webp
sindresorhus

is-webp

Check if a Buffer/Uint8Array is a WebP image

by sindresorhus
Star on GitHubForknpm

JavaScript

21 stars4 forks4 contributorsQuiet · 4y agoSince 2014v2.0.0MIT

Meet the team

See all 4 on GitHub →
sindresorhus
sindresorhus12 contributions
mooyoul
mooyoul1 contribution
Richienb
Richienb1 contribution
hemanth
hemanth1 contribution

Languages

View on GitHub →
JavaScript100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

4 of 6 standards met

Community profile →
71
✓README✓License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
Richienb
Move to GitHub ActionsMergedPR
Richienb · 5y ago
mooyoul
Add related project to the readmeMergedPR

I made extended version of this package, which added support of Animated WebP detection. Since WebP Container is based on RIFF, and requires seeking to read animation related bitstream. i thought adopting animation webp detection feature will break your simple code (that's the reason why i love your packages also haha), and it's hard to support "isomorphic package" (e.g. Node Stream, Browser blob...) i decided to make new my own version of instead of breaking your simple code. and i made it! ;) (also there is another related package for Node environment - node-webpinfo - check it out!)

mooyoul · 7y ago
honzajavorek
The package uploaded to npm is not licensedClosedIssue

The npm distribution of this package is not properly licensed. It does not contain full license text, which is an issue - see https://github.com/babel/babel/pull/7308#issuecomment-367615152 Effectively, this way the source code distributed on npm is unlicensed and cannot be used by anyone else (or, to be more precise, by anyone who cares about licensing). field in : MIT GitHub repository license file: license npm package contents license: (missing) :warning: To reproduce this issue: Related issue: https://github.com/sindresorhus/ama/issues/537

honzajavorek · 8y ago
Structured data for AI agents

Repository: sindresorhus/is-webp. Description: Check if a Buffer/Uint8Array is a WebP image Stars: 21, Forks: 4. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Latest release: v2.0.0 (4y ago). Open PRs: 0, open issues: 0. Last activity: 4y ago. Community health: 71%. Top contributors: sindresorhus, mooyoul, Richienb, hemanth.

·@ofershap

Replace github.com with gitshow.dev