1.3.1 • Published 4 years ago

gifbox v1.3.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

gif-box Travis CI Open Source Love

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>
PropertyValue
word (required)*
size (optional)small / medium / large
shuffle (optional)boolean
1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.0.0

4 years ago