zimki | documentation | search
 
Zimki Documentation - Libraries

Zimki provides libraries of functionality that are not built into the core service, but can provide useful features to your applications. These libraries can be imported into your application using the single-argument form of zimki.library.require in one of your JavaScript instances:

zimki.library.require('library', 'trimpath.js'); // include the trimpath library

Right now we have only the trimpath library available, but we hope to increase the number of libraries soon.

libraries