Skip to content

Instantly share code, notes, and snippets.

@fouad
Created December 18, 2016 23:38
Show Gist options
  • Save fouad/def37d2e73af6f7a54dc31d092734788 to your computer and use it in GitHub Desktop.
Save fouad/def37d2e73af6f7a54dc31d092734788 to your computer and use it in GitHub Desktop.
var fireworks = require('fireworks')
setInterval(() => {
fireworks({
x: window.innerWidth / 2,
y: window.innerHeight / 2,
colors: ["#cc3333", "#4CAF50", "#81C784"]
})
}, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment