0.0.7 • Published 8 years ago

bpg-decoder v0.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

bpg-decoder

This repo is originated from https://github.com/mirrorer/libbpg

Use BPG format today to make your website faster!

A React component for BPG using this repo: https://github.com/xuezhma/react-bpg

usage:

npm install bpg-decoder

var BPGDecoder = require('bpg-decoder');
canvas = document.getElementById("mycanvas");
ctx = canvas.getContext("2d");
img = new BPGDecoder(ctx);
img.load("your-bpg-picture.bpg");

known issue

see issues.

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago