Back to Libraries
UPNG.js
2k
Fast PNG encoder/decoder
License
MIT
Released
2017
Stars
2k
Use Cases
PNG encoding/decoding, APNG animation, image compression, pixel manipulation
Code Example
import UPNG from 'upng-js';
const png = UPNG.encode([rgba], width, height, 0);
const decoded = UPNG.decode(arrayBuffer);