React image component that re-renders at timed intervals. Includes optional cache busting.
npm install react-timed-imageRead the official documentation.

šļø Live Demo
A TimedImage repeatedly renders an image at a timed interval.
Features optional client-side cache busting so the image reloads on every render.
- ā±ļø Render at timed intervals
- Re-render your image at the interval you specify.
- š£ New image every time using cache-busting
- Uses client-side cache-busting to prevent old, cached images from being shown.
- š¼ļø Use just like an img
- Use all the props an img supports, like src and alt.
If this project helped save you time, please consider buying me a coffee, which powers my development (and life). Your support is much appreciated!
- Documentation
- Overview
- Features include:
- Donate
- Table of Contents
- Installation
- Quick Start
- TypeScript
- Icon Attribution
- Contributing
- ā Found It Helpful? Star It!
- License
```
npm i react-timed-image
`jsx`
import { TimedImage } from "react-timed-image";
`jsx`
This will render the image at the src` provided every three seconds.
See TimedImage for additional options and a live example.
Type definitions have been included for TypeScript support.
Favicon by Twemoji.
Open source software is awesome and so are you. š
Feel free to submit a pull request for bugs or additions, and make sure to update tests as appropriate. If you find a mistake in the docs, send a PR! Even the smallest changes help.
For major changes, open an issue first to discuss what you'd like to change.
If you found this project helpful, let the community know by giving it a star: šā
Want to support the project? Feel free to grab me a coffee, which is my main source of fuel for development:
See LICENSE.md.