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 jam3/async-image-loader

Account's avatar
paulmillr/async-each
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Account's avatar
Gozala/events
Node's event emitter for all engines.
Account's avatar
mattdesl/load-img
loads a Image for the browser
Account's avatar
mattdesl/baboon-image-uri
baboon test image as base64 data URI
Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
substack/faucet
human-readable TAP summarizer
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

mattdesl's profile
mattdesl
15 contributions

Recent events

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

No events yet
jam3

jam3/async-image-loader

a small utility to load image tiles in parallel

JavaScript
7
1
MIT License

The **async‑image‑loader** package is a tiny Node/browser utility that fetches a list of image URLs (or objects containing a URL) in parallel, emitting progress and error events and optionally substituting a fallback image for missing resources. It’s aimed at front‑end developers who need to preload or tile‑assemble images (e.g., canvas maps, sprite sheets) while tracking load status without writing boiler‑plate code.