Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subzane/imageslider-js
https://github.com/subzane/imageslider-js
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/subzane/imageslider-js
- Owner: SubZane
- License: mit
- Created: 2024-04-03T10:54:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T09:45:37.000Z (about 2 months ago)
- Last Synced: 2024-11-11T10:35:33.363Z (about 2 months ago)
- Language: JavaScript
- Size: 18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageSlider v1.0
## Demo
http://subzane.github.io/imageslider-js/
## Features
-
## Installation
```
yarn add imagesliderjs
```### Setup
```html
```
## Usage
```javascript
document.addEventListener("DOMContentLoaded", function (event) {
imageSlider.init();
});
```## changelog
#### 1.0.0
- Initial release