0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-21 11:32:47 +00:00

Initial file restructuring

This commit is contained in:
Trevor Buckner
2021-12-29 16:42:25 -05:00
parent 7b19bbb1a7
commit 183a8035dd
21 changed files with 25 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
const _ = require('lodash');
module.exports = ()=>{
return `{{watercolor${_.random(1, 12)},top:20px,left:30px,width:300px,background-color:#BBAD82,opacity:80%}}\n\n`;
};