All Projects → vitaliy-bobrov → Webp Support

vitaliy-bobrov / Webp Support

Licence: mit
Simple script to check browser support of webp images format.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Webp Support

Gulp Tutorial
Code examples for my Gulp.js tutorial series
Stars: ✭ 383 (+7560%)
Mutual labels:  webp
Metadata Extractor Dotnet
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Stars: ✭ 518 (+10260%)
Mutual labels:  webp
Webpquicklook
Mac OS X QuickLook plugin for WebP image files
Stars: ✭ 655 (+13000%)
Mutual labels:  webp
Pinremoteimage
A thread safe, performant, feature rich image fetcher
Stars: ✭ 3,929 (+78480%)
Mutual labels:  webp
Webponize
macOS application that converts images to WebP.
Stars: ✭ 477 (+9440%)
Mutual labels:  webp
Sdwebimage
Asynchronous image downloader with cache support as a UIImageView category
Stars: ✭ 23,928 (+478460%)
Mutual labels:  webp
Imaginary
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
Stars: ✭ 4,107 (+82040%)
Mutual labels:  webp
Flyimg
Dockerized PHP7 application runs as a Microservice to resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick. Includes face detection, cropping, face blurring, image rotation and many other options. Abstract storage based on FlySystem in order to store images on any provider (local, AWS S3...).
Stars: ✭ 762 (+15140%)
Mutual labels:  webp
Glidewebpdecoder
A Glide WebpDecoder Intergration Library for decoding and displaying webp images
Stars: ✭ 484 (+9580%)
Mutual labels:  webp
Libvips
A fast image processing library with low memory needs.
Stars: ✭ 6,094 (+121780%)
Mutual labels:  webp
Mort
Storage and image processing server written in Go
Stars: ✭ 420 (+8300%)
Mutual labels:  webp
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (+8740%)
Mutual labels:  webp
Exif Py
Easy to use Python module to extract Exif metadata from digital image files.
Stars: ✭ 561 (+11120%)
Mutual labels:  webp
Imagebutter
Makes dealing with images buttery smooth.
Stars: ✭ 395 (+7800%)
Mutual labels:  webp
Nuxt Optimized Images
🌅🚀 Automatically optimizes images used in Nuxt.js projects (JPEG, PNG, SVG, WebP and GIF).
Stars: ✭ 717 (+14240%)
Mutual labels:  webp
Sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
Stars: ✭ 21,131 (+422520%)
Mutual labels:  webp
Webp server go
Go version of WebP Server. A tool that will serve your JPG/PNGs as WebP format with compression, on-the-fly.
Stars: ✭ 543 (+10760%)
Mutual labels:  webp
Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (+15540%)
Mutual labels:  webp
Vanilla Lazyload
LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.
Stars: ✭ 6,596 (+131820%)
Mutual labels:  webp
Optimizt
CLI image optimization tool
Stars: ✭ 594 (+11780%)
Mutual labels:  webp

WebP Support

Bower version npm version npm

A pure javascript (no jQuery) lightweight library that checks browser WebP format support and adds 'webp' class to body if supported.

What is WebP? - Answer

Bower

bower install --save webp-support

npm

npm install --save webp-detect

Usage

Include the script in your HTML

<script src="bower_components/webp-support/webp.min.js"></script>

or add to your bundle:

require('webp-detect');

If browser support webp format it'll add the webp class to body tag.

Also you can import ES2015 version in your scripts.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].