Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@tbassetto/webfonts-generator
Advanced tools
⚠️Warning: this package is published on npm as
@tbassetto/webfonts-generator
for now.
This webfonts generator takes SVG icons and transform them to WOFF and WOFF 2 fonts.
Developed specifically for the needs of Cisco's Momentum design system, this project is quite opinionated but open to features request and PRs nonetheless.
Despite being written from scratch, this project was inspired by the (now archived) project webfonts-generator project.
async
/await
).svgicons2svgfont
, svg2ttf
, ttf2woff
and ttf2woff2
).const { generateFonts } = require("@momentum-ui/webfonts-generator");
generateFonts("My Awesome Font", "icons/*.svg", "fonts").then(result => {
console.log(`Webfont ${result.fontName} created!`);
console.log(`WOFF file: ${result.fontFiles.woff}`);
console.log(`WOFF2 file: ${result.fontFiles.woff2}`);
console.log(`Glyphs information:`, result.glyphsData);
});
TBD
FAQs
Modern webfonts generator from SVG icons
The npm package @tbassetto/webfonts-generator receives a total of 0 weekly downloads. As such, @tbassetto/webfonts-generator popularity was classified as not popular.
We found that @tbassetto/webfonts-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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.