awdlib
v1.0.1
Published
AWD tools for javascript
Downloads
30
Readme
awd-js
AWD tools for javascript
Getting Started
Install the module with: npm install awd
var Awd = require('awd');
var awdFile = new Awd();
Documentation
(Coming soon)
Examples
var awd = new Awd();
awd.parse( buffer ); // parse ArrayBuffer
// do stuffs
buffer = awd.write();
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Release History
(Nothing yet)
License
Copyright (c) 2014 Pierre Lepers Licensed under the WTFPL license.