1.0.1 • Published 10 months ago

@abasb75/jpegjs v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Example:

import JpegImage from '@abasb75/jpegjs';

const jpeg = new JpegImage();

jpeg.parse(pixelData);

const data = jpeg.getData(width,height);
const data16 = jpeg.getData16(width,height);
1.0.1

10 months ago

1.0.0

10 months ago