mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 10:52:46 +00:00
8 lines
198 B
JavaScript
8 lines
198 B
JavaScript
const _ = require('lodash');
|
|
|
|
module.exports = ()=>{
|
|
return `{{imageMask${_.random(1, 6)},top
|
|

|
|
}}\n\n`;
|
|
};
|