Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ooade/pimg
:camera: Mini Image Lazy Loader for P(R)eact and Vue
https://github.com/ooade/pimg
cloudinary image image-processing lazy lazy-loading preact react
Last synced: 2 months ago
JSON representation
:camera: Mini Image Lazy Loader for P(R)eact and Vue
- Host: GitHub
- URL: https://github.com/ooade/pimg
- Owner: ooade
- License: mit
- Archived: true
- Created: 2017-12-26T12:24:57.000Z (about 7 years ago)
- Default Branch: v2.0.0
- Last Pushed: 2020-12-11T18:00:35.000Z (about 4 years ago)
- Last Synced: 2024-10-29T18:11:03.467Z (2 months ago)
- Topics: cloudinary, image, image-processing, lazy, lazy-loading, preact, react
- Language: JavaScript
- Homepage: https://pimg.surge.sh
- Size: 2.73 MB
- Stars: 99
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-preact - Pimg - Progressive Image Component; Used for lazy loading images. (Uncategorized / Uncategorized)
README
Pimg is a Progessive Image Component For React, Preact and Vue.js.
It helps in lazy loading of images in a nice and cool way.
It's 2KB (gzipped).
It has first-class support for Cloudinary Images.
[![build status](https://img.shields.io/travis/ooade/pimg/master.svg?style=flat-square)](https://travis-ci.org/ooade/pimg)
[![npm version](https://img.shields.io/npm/v/pimg.svg?style=flat-square)](https://www.npmjs.com/package/pimg)
[![npm downloads](https://img.shields.io/npm/dm/pimg.svg?style=flat-square)](https://www.npmjs.com/package/pimg)## Installation
To install:
```
npm install --save pimg
```## Documentation
https://ooade.gitbooks.io/pimg/
## Contributions
Feel free to send a PR.
## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
| [
Ademola Adegbuyi](https://ademola.adegbuyi.me)
[💻](https://github.com/ooade/pimg/commits?author=ooade "Code") [📖](https://github.com/ooade/pimg/commits?author=ooade "Documentation") [⚠️](https://github.com/ooade/pimg/commits?author=ooade "Tests") [💡](#example-ooade "Examples") | [
Olushi Luqman O.](https://twitter.com/codeshifu)
[💻](https://github.com/ooade/pimg/commits?author=codeshifu "Code") |
| :---: | :---: |This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
### License
MIT