????

Your IP : 18.222.25.32


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/bmp-js/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/bmp-js/index.js

/**
 * @author shaozilee
 *
 * support 1bit 4bit 8bit 24bit decode
 * encode with 24bit
 * 
 */

var encode = require('./lib/encoder'),
    decode = require('./lib/decoder');

module.exports = {
  encode: encode,
  decode: decode
};