react-gif-player icon indicating copy to clipboard operation
react-gif-player copied to clipboard

📽 A GIF component that moves when YOU want it to!

Results 12 react-gif-player issues
Sort by recently updated
recently updated
newest added

First of all, thanks to the author for this component, I am currently using it on my website. I noticed that the element that the component (Gifplayer.js) returns does not...

Hey there! Are you going to update this package to work with react 17? Thanks in advance!

I am trying to use this package and so far its amazing and I am just wondering if it were possible to get the gifs to play on hover instead...

Fixes https://github.com/benwiley4000/react-gif-player/issues/30 Fixes comments from and supersedes https://github.com/benwiley4000/react-gif-player/pull/31

I have a react app and use this library. The browser console shows this error for a page where I put the react-gif-player element: gifplayer.js:286 Uncaught TypeError: Cannot read property...

It might be possible to automatically turn the first GIF frame into a data url with the help of [gif-stream](https://github.com/devongovett/gif-stream) and [pixel-stream](https://github.com/devongovett/pixel-stream) - we could write the image data after...

enhancement

ReferenceError: window is not defined at Object. (/app/node_modules/react-gif-player/dist/gifplayer.js:10:4) I think this is relevant - https://medium.com/@JakeXiao/window-is-undefined-in-umd-library-output-for-webpack4-858af1b881df

Add a new component that is like `GifPlayer` but takes a `video` prop instead of a `gif` prop, and uses the `still` prop as the `` element's `poster` attribute, and...

enhancement

Previously I've only allowed remotely pausing a GIF, not remotely starting it. However I think adding the ability to remotely start is fine, as long as it wasn't paused most...

enhancement