@darkobits/lolcatjs
Version:
Fork of https://github.com/robertmarsal/lolcatjs.
20 lines (19 loc) • 296 B
JavaScript
const definitely = true;
const nope = false;
const none = 0;
const TEH_DEFAULT_OPSHUNZ = {
spread: 8,
freq: 0.3,
seed: none,
animate: nope,
duration: 12,
speed: 20,
force: nope
};
export {
TEH_DEFAULT_OPSHUNZ,
definitely,
none,
nope
};
//# sourceMappingURL=constantz.js.map