
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
svg-sprite-generator
Advanced tools
Unlike similar Gulp or Grunt tools, our SVG sprite generator is created for designers who are not fond of coding. This tool simply takes a list of SVG files and make a single sprite file using <symbol> elements.
SVG sprite generator is a helpful for creating icon systems.
This program needs Node.js to run. If Node already existed in your system, use npm to install the generator:
npm install -g svg-sprite-generator
Generate sprite from a directory of SVG files
svg-sprite-generate -d path/to/directory/of/svg/files -o path/to/sprite.svg
Or specify SVG files to generate from. File paths can be separated with a comma.
svg-sprite-generate -l path/to/file1.svg,path/to/file2.svg -o path/to/sprite.svg
Or use a CSV file. The first column contains symbol IDs, the second contains SVG file paths.
duo-alarm-clock, test/svg/duo-alarm-clock.svg
duo-bicycle, test/svg/duo-bicycle.svg
The command
svg-sprite-generate -c path/to/csv.csv -o path/to/sprite.svg
You can take another sprite file and generate a new one with some modification too.
svg-sprite-generate -s path/to/sprite.svg -l path/to/extra.svg,path/to/another-extra-one.svg -o new-sprite.svg
SVG Sprite Generator is created by the folks at SmartIcons
MIT
FAQs
A SVG sprite file generator
The npm package svg-sprite-generator receives a total of 4,697 weekly downloads. As such, svg-sprite-generator popularity was classified as popular.
We found that svg-sprite-generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.