0.0.8 • Published 7 years ago
@irysius/grid-math v0.0.8
@irysius/grid-math
This thing needs bloody unit tests
Library Validation
Validate CommonJS
To check if the library can run in a NodeJS setting:
$ gulp build
$ node checkValidate AMD
To check if the library can run in a RequireJS setting:
$ gulp build
$ http-serverInspect the console to see if the components all loaded.
Library Usage
Usage in NodeJS
$ npm install --save @irysius/grid-mathUsage in RequireJS
$ npm install --save @irysius/grid-mathAssuming your require config might look like the following:
var require = {
paths: {
'@irysius/grid-math': 'lib/math'
}
};You would then copy the contents of the build folder to lib/math.
If you would like to take advantage of the predefined TypeScript definitions, please use @irysius/grid-math as the name.