atma-libs

0.9.75 • Public • Published

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
    require('atma-libs');
 
    atma.mask;
    atma.include;
    atma.Class;
    atma.ruta;
 
    // CommonJS
    var libs = require('atma-libs/exports');
 
    libs.mask;
    libs.include;
    libs.Class;
    libs.ruta;
    
 
    // Globals
    require('atma-libs/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

Keywords

none

Install

npm i atma-libs

Homepage

atmajs.com/

DownloadsWeekly Downloads

238

Version

0.9.75

License

none

Last publish

Collaborators

  • tenbits