From d742140e7b2a1bff061a2ab176b02abf06fa8bf4 Mon Sep 17 00:00:00 2001 From: bernhard Date: Thu, 28 Jul 2022 22:58:53 +0200 Subject: [PATCH 1/2] update docs --- README.md | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 521395e..fb75f76 100644 --- a/README.md +++ b/README.md @@ -94,38 +94,34 @@ const b64 = font.toString(`base64`) # Options -
- -### strength +## strength - > obfuscation strength multiplier ( default: 1 )
- > all under 0.1 makes no sense ( paths can be simply back calculated )
- > all over 10 makes no sense ( looks like 💩 ) +##### obfuscation strength multiplier ( default: 1 ) +##### all under 0.1 makes no sense ( paths can be simply back calculated ) +##### all over 10 makes no sense ( looks like 💩 ) -

-### characterRange +## characterRange - > [character range](https://www.ling.upenn.edu/courses/Spring_2003/ling538/UnicodeRanges.html) used for encryption +##### [character range](https://www.ling.upenn.edu/courses/Spring_2003/ling538/UnicodeRanges.html) used for encryption - > - PRIVATE_USE_AREA       ___DEFAULT___ - > - LATIN - > - GREEK - > - CYRILLIC - > - HIRAGANA - > - KATAKANA +###### PRIVATE_USE_AREA       ___DEFAULT___ +###### LATIN +###### GREEK +###### CYRILLIC +###### HIRAGANA +###### KATAKANA
-### lowMemory +## lowMemory - - > DEFAULT: **false** +##### DEFAULT: **false** - > use only if you do not have a lot of memory and noscrape cannot load the given font file +##### use only if you do not have a lot of memory and noscrape cannot load the given font file

From 503b8b314175ba3bf61fd6847aaf36bea2db11ee Mon Sep 17 00:00:00 2001 From: bernhard Date: Thu, 28 Jul 2022 23:01:55 +0200 Subject: [PATCH 2/2] update docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb75f76..4d02606 100644 --- a/README.md +++ b/README.md @@ -119,10 +119,11 @@ const b64 = font.toString(`base64`) ## lowMemory -##### DEFAULT: **false** - ##### use only if you do not have a lot of memory and noscrape cannot load the given font file +###### DEFAULT: **false** + +