EXAMPLES - ZIM Distill lets you minify a custom collection of ZIM functions. You can then use this code for your project by hosting it on your server or including it in your mobile package, etc.
// start recording which functions you use zim.DISTILL = true; // run your code and at the end run the distill() function // you may need to place this in a restart event function, etc. zim.distill(); // this will log to the console a series of numbers // separated by spaces representing the functions used 1 6 81 81 79 75 77 75 55 54 52 53 55 54 52 53 55 54 52 53 42 80 74 46 46 46 80 74 46 46 46 55 54 52 53 55 54 52 53 55 54 52 53 42 80 74 // copy these into the zim DISTILL form field // to get the minified JavaScript for these functions // NOTE: Distill will not duplicate the functions // data duplication is left in for statistical purposes
NOTE - if you run your app with distilled code and something is missing, you can press the MORE link on the form to manually select functions. If this happens to you, let us know and we can adjust dependencies.
TRY IT - it is like magic! Here is an example of the code that is created:
Become a Patron! |
Service is provided as is. If you wish to help support ZIM, you can do so here: DONATE