(object, 'path/to/your/font.ttf')
+const { font, value } = obfuscate(object, 'path/to/your/font.ttf')
```
-⬇⬇⬇⬇ provide data ⬇⬇⬇⬇
+
+⬇⬇⬇⬇ provide data ⬇⬇⬇⬇
+
+
```javascript
// font will be provided as buffer
const b64 = font.toString(`base64`)
@@ -93,30 +96,40 @@ const b64 = font.toString(`base64`)
-## 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 💩 )
+### 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 💩 )
-## characterRange
-[character range](https://www.ling.upenn.edu/courses/Spring_2003/ling538/UnicodeRanges.html) used for encryption
+### characterRange
+ > [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
+
+
+ > DEFAULT: **false**
+
+ > use only if you do not have a lot of memory and noscrape cannot load the given font file
+
+
+
+
# Contributions
diff --git a/package.json b/package.json
index 0a9cc56..111b77e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@noscrape/noscrape",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "protect your content from scraping",
"homepage": "https://noscrape-nexample.vercel.app",
"keywords": [