javascript-deobfuscator
javascript-deobfuscator copied to clipboard
[Question]: VSCode extension?
Is there a VSCode extension that does this? If not, I want to make it. In order to do that, is there like an API or function I could use to run this? I could use the NPM packages, but if I can I would prefer not to use Node.
I don't know of any VSCode extensions. The NPM package would be the easiest way, you could try using the FFI if you really don't want to use Node.
I could use jsDelivr or cdnjs
Closing this, ff to reopen if you have any more questions or updates