0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 00:03:21 +00:00
Files
homebrewery/themes/V3/Blank/snippets/imageMask.gen.js
2022-09-25 21:43:40 -04:00

8 lines
233 B
JavaScript

const _ = require('lodash');
module.exports = ()=>{
return `{{imageMask${_.random(1, 6)},--offset:0cm,--rotation:0
![](https://assets1.ignimgs.com/2019/05/29/dndmobile-br-1559158957902_160w.jpg?width=1280){height:100%}
}}\n\n`;
};