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 ssssota/svg2png-wasm

Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing conventional commits
Account's avatar
calvinmetcalf/copyfiles
copy some files
Account's avatar
timocov/dts-bundle-generator
DTS Bundle Generator
Account's avatar
evanw/esbuild
An extremely fast JavaScript and CSS bundler and minifier.
Account's avatar
sveltejs/eslint-plugin-svelte3
An ESLint plugin for Svelte v3 components.
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
sveltejs/prettier-plugin-svelte
Svelte plugin for prettier
Account's avatar
reg-cli/
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing
Account's avatar
sveltejs/svelte
Cybernetically enhanced web apps
Account's avatar
Microsoft/tslib
Runtime library for TypeScript helper functions
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite
Account's avatar
drager/wasm-pack
📦✨ your favorite rust -> wasm workflow tool!

Support the repos that depend on this repository

Top contributors

ssssota's profile
ssssota
403 contributions
renovate[bot]'s profile
renovate[bot]
24 contributions
dependabot[bot]'s profile
dependabot[bot]
9 contributions
kuboon's profile
kuboon
4 contributions
OpenGG's profile
OpenGG
4 contributions
mfzl's profile
mfzl
2 contributions
github-actions[bot]'s profile
github-actions[bot]
1 contributions

Recent events

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

No events yet
ssssota

ssssota/svg2png-wasm

SVG to PNG converter JS library made with WASM + resvg (no native dependencies).

TypeScript
178
12
MIT License

svg2png‑wasm is a lightweight JavaScript library that converts SVG markup into PNG images using a WebAssembly build of the resvg renderer, eliminating the need for native binary dependencies. It provides simple Node, browser, Deno, and worker‑friendly APIs (both a one‑off `svg2png` call and a reusable `createSvg2png` converter) and supports custom fonts and scaling, making it useful for web developers who need fast, dependency‑free SVG‑to‑PNG conversion in client‑side or server‑less environments.