Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mikolalysenko/pngparse-sync

Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

mikolalysenko's profile
mikolalysenko
5 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
mikolalysenko

mikolalysenko/pngparse-sync

100%-JavaScript PNG Parser for Node.JS

JavaScript
2
0
No license

pngparse‑sync is a tiny JavaScript library that synchronously parses PNG files from a Node.js Buffer (and also works with browserify). It returns an object containing the image’s width, height, channel count and raw pixel data as a Uint8Array, or null on failure, making it useful for developers who need quick, server‑side PNG decoding without asynchronous callbacks.