Init from given files

This commit is contained in:
Pitchaya Boonsarngsuk
2017-11-07 21:33:16 +00:00
commit 61f2be55fe
45 changed files with 34460 additions and 0 deletions

6
src/jiggle.js Normal file
View File

@@ -0,0 +1,6 @@
/**
* @return {number} a random number.
*/
export default function() {
return (Math.random() - 0.5) * 1e-6;
}