1.0.3 • Published 5 years ago

harlem-shake v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Harlem Shake

Build Status version license: MIT downloads

Installation

npm install harlem-shake

Usage

const HarlemShake = require("harlem-shake");

const  url = require("harlem-shake/assets/harlem-shake.mp3");
new  HarlemShake({
	singleDancer: "#main",
	allDancer = ["p", "img", "a", "label"]
}, url).start();

If you are using webpack, add the following lines to your webpack config :

module: {
	rules: [
		{
			test: /\.mp3$/,
			loader: 'file-loader'
		}
	]
}
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago