Skip to main content
  • Option name: "renameLabels"
  • Option values: true/false/Function

Input / Output

This example showcases how Rename Labels transforms the code. Try it out by changing the input code and see changes apply in real-time.
Input.js

Custom Implementation

options.renameLabels(labelName)

Control which label names are changed. Returns a boolean.

Usage Example

The provided code example will obfuscate the file input.js and write the output to a file named output.js.
Usage Example

Enabled In