0.1.0 • Published 9 months ago

@react4tv/react-tv-fast-image v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@react4tv/react-tv-fast-image

React4 SmartTV library best performant React image component, includes many utilities

Most of the browser's Image, element handles image caching by default. Even a lot of people have noticed:

  • Caching is not controlled.
  • Show partial images.
  • Low performance when loading many images.
  • Affects the main thread.
  • Loading 1 image queue if it fails, it will lead to the error of the rest of the images

SmartTVImage is an Image replacement that solves these issues. SmartTVImage using WebWorker

Features

  • Using worker.
  • Manager cache images.
  • Preload images.
  • Placeholder.

Installation

Using npm:

npm install --save @react4tv/react-tv-fast-image

or using yarn:

yarn add @react4tv/react-tv-fast-image
0.1.0

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.6

9 months ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago