Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@vkontakte/sprites
Advanced tools
![Module version badge](https://img.shields.io/npm/v/@vkontakte/sprites.svg) ![License badge](https://img.shields.io/github/license/VKCOM/sprites.svg) ![Minimum Node.JS version badge](https://img.shields.io/node/v/@vkontakte/sprites.svg)
Module for generate SVG sprites and PNG fallback that used in m.vk.com
Inkscape (>= 0.48.5)
Node.JS (>= 8)
npm install @vkontakte/sprites
or yarn add @vkontakte/sprites
See demo/index.js
To generate Sprites you just need to run
generate(path, output = {}, converter, options)
path
is place on your filesystem where module loads SVG iconsconverter
see PNG Fallback sectionIn this time there is single PNG converter Inkscape
, but you can PR your if you need. It is simple, you just need to extend BaseConverter
To create PNG converter you need to import it
const InkscapeConverter = require("@vkontakte/sprites/src/convert/InkscapeConverter")
Then create new instance of Converter
const converter = new InkscapeConverter([1, 2], pngPath, "/opt/local/bin/inkscape"),
And use as param for generating sprites
FAQs
![Module version badge](https://img.shields.io/npm/v/@vkontakte/sprites.svg) ![License badge](https://img.shields.io/github/license/VKCOM/sprites.svg) ![Minimum Node.JS version badge](https://img.shields.io/node/v/@vkontakte/sprites.svg)
The npm package @vkontakte/sprites receives a total of 2 weekly downloads. As such, @vkontakte/sprites popularity was classified as not popular.
We found that @vkontakte/sprites demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.