diner
Version:
DinerJS is a re-implementation of Redux that uses a consistent metaphor so you can quickly grasp it.
18 lines (15 loc) • 552 B
JavaScript
const baconAndEggs = () => {
return `Diner.js - Breakfast any time.
___
__..--"".--.\`""--..__
_..--" _.--/ \\''--. "--..
.' .--. '-..-' ) (\`\`\\ '.
| .--''/ \\-'''-. __.-' _.' ) |
;\\ ( '-..-' ) _.-' _.-' /;
\\'-:-._ _.._.-''\` ( ,.-' _.-'/
'-._ \`\`--\`..___ __:.--''\`\`_.-'
jgs \`\`--..___ \`\`\`\`\` __..--\`\`
\`\`\`\`\`\`\`\`\`\`
Original image copyright Joan G. Stark.`;
};
module.exports = baconAndEggs;