> ## Documentation Index
> Fetch the complete documentation index at: https://docs.js-confuser.com/llms.txt
> Use this file to discover all available pages before exploring further.

# High Preset

* Option name: `"preset"`

* Option value: `"high"`

```json title="Preset.json" lines theme={null}
{
  "target": "node",
  "preset": "high",
  "calculator": true,
  "compact": true,
  "hexadecimalNumbers": true,
  "controlFlowFlattening": 0.5,
  "deadCode": 0.25,
  "dispatcher": true,
  "duplicateLiteralsRemoval": 0.75,
  "flatten": true,
  "globalConcealing": true,
  "identifierGenerator": "randomized",
  "minify": true,
  "movedDeclarations": true,
  "objectExtraction": true,
  "opaquePredicates": 0.75,
  "renameVariables": true,
  "renameGlobals": true,
  "variableMasking": 0.75,
  "stringConcealing": true,
  "stringEncoding": true,
  "stringSplitting": 0.75,
  "astScrambler": true,
  "pack": true
}
```
