1.0.1 • Published 3 years ago

rifflib v1.0.1

Weekly downloads
1
License
BSD-3-Clause
Repository
-
Last release
3 years ago

RIFFLib

This package provides Resource Interchange File Format (RIFF) serializer/deserializer for Node.JS.

Get started

First thing is to install this package:

npm install rifflib --save

And then you can import this package in your application:

const RIFFLib = require("rifflib");

See the Getting Started Guide for further information. Or simply see our example code.

Reference

To see all available APIs, you can read our API Reference.

To learn the RIFF specification, you can read the Multimedia Programming Interface and Data Specification 1.0 from Microsoft.

Authors