@noxx/react-image-loader
v2.0.0
Published
A React component that preloads images via img or picture tags
Downloads
65
Readme
React Image Loader
A React component that preloads images via img
or picture
tags.
You can view the demo in action here.
Install
yarn add @noxx/react-image-loader
# or
npm i @noxx/react-image-loader
Usage
Refer to the example file for up-to-date usage examples.
Development
# Install all deps
yarn
# or
npm i
# Start dev server
yarn start
# or
npm start