Skip to content

Commit

Permalink
using byte-data^7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rochars committed May 4, 2018
1 parent 5ffeb66 commit 5d7ce7d
Show file tree
Hide file tree
Showing 31 changed files with 73 additions and 12,930 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ https://github.com/rochars/riff-chunks
[![NPM version](https://img.shields.io/npm/v/riff-chunks.svg?style=for-the-badge)](https://www.npmjs.com/package/riff-chunks) [![Docs](https://img.shields.io/badge/docs-online-blue.svg?style=for-the-badge)](https://rochars.github.io/riff-chunks/index.html)
[![Codecov](https://img.shields.io/codecov/c/github/rochars/riff-chunks.svg?style=flat-square)](https://codecov.io/gh/rochars/riff-chunks) [![Unix Build](https://img.shields.io/travis/rochars/riff-chunks.svg?style=flat-square)](https://travis-ci.org/rochars/riff-chunks) [![Windows Build](https://img.shields.io/appveyor/ci/rochars/riff-chunks.svg?style=flat-square&logo=appveyor)](https://ci.appveyor.com/project/rochars/riff-chunks) [![Scrutinizer](https://img.shields.io/scrutinizer/g/rochars/riff-chunks.svg?style=flat-square&logo=scrutinizer)](https://scrutinizer-ci.com/g/rochars/riff-chunks/)

## About
Read and write the chunks of RIFF files.

## Install
```
npm install riff-chunks
Expand Down
11 changes: 11 additions & 0 deletions compile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* Copyright (c) 2017-2018 Rafael da Silva Rocha.
* https://github.com/rochars/riff-chunks
*
*/

const riffChunks = require("./index.js");

window['riffChunks'] = window['riffChunks'] ? window['riffChunks'] : {};
window['riffChunks']['read'] = riffChunks.read;
window['riffChunks']['write'] = riffChunks.write;
54 changes: 13 additions & 41 deletions dist/riff-chunks-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5d7ce7d

Please sign in to comment.