https://github.com/jaid/react-modern-picture
React Component that translates input from modern-image-loader into a picture tag.
https://github.com/jaid/react-modern-picture
component html image img lib library modern-image-loader picture react react-component react-components react-dom responsive util utility webpack webpack-loader
Last synced: 2 months ago
JSON representation
React Component that translates input from modern-image-loader into a picture tag.
- Host: GitHub
- URL: https://github.com/jaid/react-modern-picture
- Owner: Jaid
- License: mit
- Created: 2020-01-12T13:27:45.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T04:40:50.000Z (over 3 years ago)
- Last Synced: 2025-06-13T02:50:14.469Z (about 1 year ago)
- Topics: component, html, image, img, lib, library, modern-image-loader, picture, react, react-component, react-components, react-dom, responsive, util, utility, webpack, webpack-loader
- Language: JavaScript
- Homepage: https://github.com/Jaid/react-modern-picture
- Size: 4.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# react-modern-picture
**React Component that translates input from modern-image-loader into a picture tag.**
## Installation
```bash
npm install --save react-modern-picture@^1.3.0
```
```bash
yarn add react-modern-picture@^1.3.0
```
## Development
Setting up:
```bash
git clone git@github.com:jaid/react-modern-picture.git
cd react-modern-picture
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```
## License
[MIT License](https://raw.githubusercontent.com/jaid/react-modern-picture/master/license.txt)
Copyright © 2021, Jaid \ (https://github.com/jaid)