Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 8 days ago
JSON representation

React Component that translates input from modern-image-loader into a picture tag.

Awesome Lists containing this project

README

        

# react-modern-picture

License Sponsor react-modern-picture
Build status Commits since v1.3.0 Last commit Issues
Latest version on npm Dependents Downloads

**React Component that translates input from modern-image-loader into a picture tag.**

## Installation

react-modern-picture on npm

```bash
npm install --save react-modern-picture@^1.3.0
```

react-modern-picture on Yarn

```bash
yarn add react-modern-picture@^1.3.0
```

## Development

Setting up:
```bash
git clone [email protected]: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)