mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-31 00:03:21 +00:00
8 lines
233 B
JavaScript
8 lines
233 B
JavaScript
const _ = require('lodash');
|
|
|
|
module.exports = ()=>{
|
|
return `{{imageMask${_.random(1, 6)},--offset:0cm,--rotation:0
|
|
{height:100%}
|
|
}}\n\n`;
|
|
};
|