Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

jonathanlurie/codecutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodecUtils

This package is a toolkit composed of static functions to help reading and writing binary formats.

Install

$ npm install --save Pixpipe/codecutils

Use

The name codecutils is the name of the package, while CodecUtils is the name of the class that contains static methods.
Read the documetation to know about the static methods available.

In a browser

In the browser, you cqn use the version bundled in the dist directory.

Somewhere in your head:

<script src="./path/to/codecutils.js"></script>

Somewhere within <script>...</script> markups:

var isMachineLittleEndian = codecutils.CodecUtils.isPlatformLittleEndian()

In a Rollup project

import { CodecUtils } from 'codecutils';

About

REPLACED BY https://github.com/Pixpipe/codecutils - A basic toolkit to decode binary formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%