gifbox
v1.3.1
Published
Web component for random Gif generator, using Giphy API.
Downloads
2
Maintainers
Readme
gif-box
Web component for random Gif generator, using the Giphy API. with datamuse
Usage With ReactJS
$ npm i gif-box
import "gif-box";
<>
<gif-box size="medium" keyword="unicorn"></gif-box>
</>
Usage in index.html
<head>
<script src="http://messierone.tech/packages/gifbox.js" type="text/javascript"></script>
</head>
<body>
<gif-box size="medium" keyword="unicorn" shuffle></gif-box>
</body>
| Property | Value | |--------------------|------------------------| | word (required) | * | | size (optional) | small / medium / large | | shuffle (optional) | boolean |