diff --git a/README.md b/README.md index 521395e..4d02606 100644 --- a/README.md +++ b/README.md @@ -94,38 +94,35 @@ 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 + +##### use only if you do not have a lot of memory and noscrape cannot load the given font file - - > DEFAULT: **false** +###### DEFAULT: **false** - > use only if you do not have a lot of memory and noscrape cannot load the given font file