A complete and customizable JavaScript and TypeScript obfuscation utility.
pnpm i -g @skylvi/veyl-cli
veyl -i ./input.ts -o ./output.jsIf you don't want to install Veyl but want to mess around with it, you can use the webapp found here
git clone https://github.com/skylvie/veyl
cd veyl
pnpm install
pnpm build
node packages/cli/dist/index.js -i ./input.ts -o ./output.js