1.3.1 • Published 5 years ago
gifbox v1.3.1
gif-box

Web component for random Gif generator, using the Giphy API. with datamuse
Usage With ReactJS
$ npm i gif-boximport "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 |