1.2.6 • Published 4 months ago

react-timed-image v1.2.6

Weekly downloads
7
License
MIT
Repository
github
Last release
4 months ago

Documentation

Read the official documentation.

Demo

šŸ‘ļø Live Demo

Overview

A TimedImage repeatedly renders an image at a timed interval.

Features optional client-side cache busting so the image reloads on every render.

Features include:

  • ā±ļø 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.

Donate

If this project helped save you time, please consider buying me a coffee, which powers my development (and life). Your support is much appreciated!

Ā  Ā  Ā 

Table of Contents

Installation

npm i react-timed-image

Quick Start

import { TimedImage } from "react-timed-image";
<TimedImage src="https://loremflickr.com/220/140" interval={3000} />

This will render the image at the src provided every three seconds.

See TimedImage for additional options and a live example.

TypeScript

Type definitions have been included for TypeScript support.

Icon Attribution

Favicon by Twemoji.

Contributing

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.

⭐ Found It Helpful? Star It!

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:

Ā  Ā 

License

See LICENSE.md.

1.2.6

4 months ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.1.1

2 years ago

1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago