mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 00:12:56 +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`;
|
|
};
|