0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 21:02:49 +00:00

Change classname from imageMask to imageMaskEdge

This commit is contained in:
Trevor Buckner
2023-01-31 17:03:12 -05:00
parent aee240cf9b
commit 73f141613e
2 changed files with 19 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ const dedent = require('dedent-tabs').default;
module.exports = {
edge : ()=>{
return dedent`
{{imageMask${_.random(1, 8)},--offset:0cm,--rotation:0
{{imageMaskEdge${_.random(1, 8)},--offset:0cm,--rotation:0
![](https://i.imgur.com/GZfjDWV.png){height:100%}
}}
<!-- Use --offset to shift the edge up or down from the page center.
@@ -13,7 +13,7 @@ module.exports = {
corner : ()=>{
return dedent`
{{imageMask_Corner${_.random(1, 8)},--offset:0cm,bottom,left
{{imageMaskCorner${_.random(1, 8)},--offset:0cm,bottom,left
![](https://i.imgur.com/1w5khYt.png){height:100%}
}}
<!-- Use offset to shift the edge up or down.