react-gif-gs

Fork of react-gif - which is a react port of [x-gif](http://geelen.github.io/x-gif/)

Usage no npm install needed!

<script type="module">
  import reactGifGs from 'https://cdn.skypack.dev/react-gif-gs';
</script>

README

react-gif

React port of x-gif

Installation

npm install react-gif

Demo

http://cezary.github.io/react-gif/

Example

var React = require('react');
var Gif = require('react-gif');

var Component = React.createClass({
  render: function() {
    return (
      <Gif src={url} />
    );
  }
});

License

MIT