Created
December 18, 2016 23:38
-
-
Save fouad/def37d2e73af6f7a54dc31d092734788 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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