Skip to main content

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.

Try It Out
  • Option name: "preset"
  • Option value: "high"
{
  "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,
  "shuffle": true,
  "variableMasking": 0.75,
  "stringConcealing": true,
  "stringCompression": true,
  "stringEncoding": true,
  "stringSplitting": 0.75,
  "astScrambler": true,
  "pack": true
}