JavaScript Compressor Instructions
- Copy and paste your JavaScript code into the top box on the home page.
- Advanced Options (Optional)
- Compression Methods:
- High ASCII - This produces higher compression than normal. When you use High ASCII encoding the packer script should be served by your web server with an encoding of ISO-8859-1.
- Normal Encoding - This setting encodes as Base 62. Words are encoded into alphanumeric values.
- Numeric Encoding - This setting encodes as Base 10. Words are encoded into a numeric values.
- No Encoding - Only basic compression is used.
- Packing/Compressing Speed: The option Fast Decode inserts a small routine into the compressor to speed up JavaScript decoding.
- Special Characters: To help JavaScript compression you may flag your private and local variables. The compressor then encodes your variables.
- Click the Compress JavaScript button.