mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 16:32:40 +00:00
Fix snippet more, add link to imgur image
This commit is contained in:
@@ -5,19 +5,19 @@ module.exports = {
|
||||
edge : ()=>{
|
||||
return dedent`
|
||||
{{imageMask${_.random(1, 8)},--offset:0cm,--rotation:0
|
||||
{height:100%}
|
||||
|
||||
<!-- Use offset to shift the edge up or down from the page center. Use rotation to set rotation angle in degrees. -->
|
||||
}}\n\n`;
|
||||
{height:100%}
|
||||
}}
|
||||
<!-- Use --offset to shift the edge up or down from the page center.
|
||||
Use --rotation to set rotation angle in degrees. -->\n\n`;
|
||||
},
|
||||
|
||||
corner : ()=>{
|
||||
return dedent`
|
||||
{{imageMask_Corner${_.random(1, 8)},--offset:0cm,bottom,left
|
||||
{height:100%}
|
||||
|
||||
<!-- Use offset to shift the edge up or down. Use top, bottom, left, and right to select a corner -->
|
||||
}}\n\n`;
|
||||
{height:100%}
|
||||
}}
|
||||
<!-- Use offset to shift the edge up or down.
|
||||
Use top, bottom, left, and right to select a corner -->\n\n`;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user