From b87ccb5b73fb748e510b84e23aa10b8c139f55a2 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Thu, 12 Jan 2017 16:22:53 -0700 Subject: [PATCH] Added template --- README.md | 2 +- sources/scripts/modules/help.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8ad161..2a032a1 100644 --- a/README.md +++ b/README.md @@ -115,5 +115,5 @@ rate=10 ; variable: rate = 10 ## Templates ### Watermark ``` -# 1280x800 ; / assets/photo.jpg 1280x 0,0 ; / assets/logo.png 60x60 20,720 +1280x800 ; / assets/photo.jpg 1280x 0,0 ; / assets/logo.png 60x60 20,720 ``` \ No newline at end of file diff --git a/sources/scripts/modules/help.js b/sources/scripts/modules/help.js index 87b3914..0f8aed2 100644 --- a/sources/scripts/modules/help.js +++ b/sources/scripts/modules/help.js @@ -63,7 +63,7 @@ function Help(rune) html += "```\n# Light\n> 1,1;> 2,2;> 3,3;> 4,4\n# Hard\n> 2,2;> 4,4;> 6,6;> 8,8\n# Symmetric Light\n> 1,1 600x;> 2,2 600x;> 3,3 600x;> 4,4 600x\n```\n"; html += "## Templates\n"; html += "### Watermark\n"; - html += "```\n# 1280x800 ; / assets/photo.jpg 1280x 0,0 ; / assets/logo.png 60x60 20,720\n```\n"; + html += "```\n1280x800 ; / assets/photo.jpg 1280x 0,0 ; / assets/logo.png 60x60 20,720\n```\n"; return html; }