Atma.js Libraries
Package contains different build-types for NodeJS and Browsers
Included libraries:
- class
- include
- mask
- ruta
- arr
- utils
Included components:
- layout
- mask.animation
NodeJS
For now all builds differs in the way they export the libraries - globals, namespace(atma), or CommonJS.
// Namespace ; atmamask; atmainclude; atmaClass; atmaruta; // CommonJS var libs = ; libsmask; libsinclude; libsClass; libsruta; // Globals ; mask; include; Class; ruta;
These are minified source. To load development versions use:
'atma-libs/index-dev''atma-libs/exports-dev''atma-libs/globals-dev'
Browser
Browser versions can be found in browser/
directory.
Developers
To make the custom build, this repository should be cloned into the same folder as all atma libraries:
- atma_folder/
|
|-- mask/
|-- include/
|-- class/
|-- ruta/
|-- ruqq/
|-- compos/
|-- atma.libs/
(c) 2014 MIT - Atma.js Project