nolanlawson / optimize-js

Optimize a JS file for faster parsing (UNMAINTAINED)

Home Page:https://nolanlawson.github.io/optimize-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I made a Web UI for optimize-js

slig opened this issue · comments

Hi,

Since I had done a React interface [1] for the package javascript-obfuscator [2], I decided to re-use the same codebase to make a similar interface to optimize-js.

You can see it running it here: https://optimizejs.herokuapp.com/ and the source-code here https://github.com/slig/optimize-js-ui

Not sure how useful it can be, but online demos are nice, I guess.

[1] https://github.com/javascript-obfuscator/javascript-obfuscator-ui
[2] https://github.com/javascript-obfuscator/javascript-obfuscator