1.0.1 • Published 1 year ago

@abasb75/jpegjs v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.0

1 year ago