Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
bump: 1.3.2
Browse files Browse the repository at this point in the history
new: javascript module version
  • Loading branch information
joshstoik1 committed Jan 19, 2024
1 parent fc00d2c commit 06cbb48
Show file tree
Hide file tree
Showing 4 changed files with 616 additions and 15 deletions.
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,18 @@ Simple, clean, done!

### Getting Started

Download and add [blob-slide.min.js](https://raw.githubusercontent.com/Blobfolio/blob-slide/master/blob-slide.min.js) to your project.
Download and add the standalone [blob-slide.min.js](https://raw.githubusercontent.com/Blobfolio/blob-slide/master/blob-slide.min.js) script to your HTML:

```html
<script src="blob-slide.min.js"></script>
```

Or download and import the [blob-slide.mjs](https://raw.githubusercontent.com/Blobfolio/blob-slide/master/blob-slide.mjs) Javascript module:

```javascript
import { blobSlide } from './blob-slide.mjs';
```

### Methods

blob-slide exists as a global variable, `blobSlide`, with two methods: `hslide()` for horizontal movement and `vslide()` for vertical movement.
Expand Down Expand Up @@ -118,7 +124,7 @@ blob-slide is compatible with all major modern web browsers.
&nbsp;
## License

Copyright © 2019 [Blobfolio, LLC](https://blobfolio.com) &lt;[email protected]&gt;
Copyright © 2024 [Blobfolio, LLC](https://blobfolio.com) &lt;[email protected]&gt;

This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2.

Expand All @@ -135,14 +141,3 @@ This work is free. You can redistribute it and/or modify it under the terms of t
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

### Donations

<table>
<tbody>
<tr>
<td width="200"><img src="https://blobfolio.com/wp-content/themes/b3/svg/btc-github.svg" width="200" height="200" alt="Bitcoin QR" /></td>
<td width="450">If you have found this work useful and would like to contribute financially, Bitcoin tips are always welcome!<br /><br /><strong>1Af56Nxauv8M1ChyQxtBe1yvdp2jtaB1GF</strong></td>
</tr>
</tbody>
</table>
13 changes: 12 additions & 1 deletion blob-slide.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 06cbb48

Please sign in to comment.