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 bhovhannes/svg-as-symbol-loader

Account's avatar
webpack/loader-utils
utils for webpack loaders
Account's avatar
xmldom/xmldom
A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.
Account's avatar
goto100/xpath
DOM 3 XPath implemention and helper for node.js and the web
Account's avatar
bhovhannes/shared-config
My shared configuration for prettier, commitlint, etc.
Account's avatar
evilmartians/lefthook
Simple git hooks manager
Account's avatar
jestjs/jest
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7

Support the repos that depend on this repository

Top contributors

renovate[bot]'s profile
renovate[bot]
234 contributions
renovate-bot's profile
renovate-bot
144 contributions
bhovhannes's profile
bhovhannes
138 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
30 contributions
dependabot[bot]'s profile
dependabot[bot]
4 contributions
greenkeeperio-bot's profile
greenkeeperio-bot
4 contributions
derekwheee's profile
derekwheee
3 contributions
LunaticMuch's profile
LunaticMuch
1 contributions

Recent events

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

No events yet
bhovhannes

bhovhannes/svg-as-symbol-loader

A webpack loader which wraps content of root element of source SVG file inside <symbol> element and returns resulting markup.

JavaScript
7
5
MIT License

svg-as-symbol-loader is a Webpack loader that transforms SVG files by extracting the content of their root element, wrapping it in a `<symbol>` (or a custom tag) and emitting the resulting markup, optionally adjusting attributes like id, class, viewBox, etc., while ensuring internal IDs are made globally unique. It’s aimed at front‑end developers who need to bundle SVG icons as symbols for use with `<use>` references or to avoid data‑URI issues in SVG pipelines.