Skip to content

plepers/awd-js

Repository files navigation

awd-js Build Status

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.

About

Javascript library to read/write/transform AWD format

Resources

Stars

Watchers

Forks

Packages

No packages published