> ## 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.

# Low Preset

* Option name: `"preset"`

* Option value: `"low"`

```json title="Preset.json" lines theme={null}
{
  "target": "node",
  "preset": "low",
  "calculator": true,
  "compact": true,
  "hexadecimalNumbers": true,
  "deadCode": 0.05,
  "dispatcher": 0.25,
  "duplicateLiteralsRemoval": 0.5,
  "identifierGenerator": "randomized",
  "minify": true,
  "movedDeclarations": true,
  "objectExtraction": true,
  "renameVariables": true,
  "renameGlobals": true,
  "stringConcealing": true,
  "astScrambler": true
}
```
