Skip to content

Commit

Permalink
More readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirezcgn committed Oct 4, 2021
1 parent 91f63e3 commit 473f2f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Expand Up @@ -20,7 +20,7 @@ svgicons2svgfont is a simple tool to merge multiple icons to an SVG font.
converted to pathes. Multiple pathes will be merged.

Transform attributes support is currenly experimental,
[report issues if any](https://github.com/nfroidure/svgicons2svgfont/issues/6).
[report issues if any](https://github.com/ramirezcgn/svgicons2svgfont/issues).

You can test this library with the
[frontend generator](http://nfroidure.github.io/svgiconfont/).
Expand Down Expand Up @@ -270,12 +270,17 @@ You can combine this plugin's CLI interface with
[ttf2eot](https://www.npmjs.com/package/ttf2eot),
[ttf2woff](https://www.npmjs.com/package/ttf2woff)
and [ttf2woff2](https://www.npmjs.com/package/ttf2woff2).
You can also use [webfonts-generator](https://www.npmjs.com/package/webfonts-generator).
You can also use [webfonts-generator](https://www.npmjs.com/package/webfonts-generator)
and [fantasticon](https://github.com/ramirezcgn/fantasticon).

### Webpack plugin

Use [fantasticon-loader](https://github.com/ramirezcgn/fantasticon-loader)

## Stats

[![NPM](https://nodei.co/npm/@ramirezcgn/svgicons2svgfont.png?downloads=true&stars=true)](https://nodei.co/npm/svgicons2svgfont/)
[![NPM](https://nodei.co/npm-dl/@ramirezcgn/svgicons2svgfont.png)](https://nodei.co/npm/svgicons2svgfont/)
[![NPM](https://nodei.co/npm/@ramirezcgn/svgicons2svgfont.png?downloads=true&stars=true)](https://nodei.co/npm/@ramirezcgn/svgicons2svgfont/)
[![NPM](https://nodei.co/npm-dl/@ramirezcgn/svgicons2svgfont.png)](https://nodei.co/npm/@ramirezcgn/svgicons2svgfont/)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@ramirezcgn/svgicons2svgfont",
"version": "10.0.1",
"version": "10.0.2",
"description": "Fork of svgicons2svgfont that support svg strokes.",
"homepage": "https://github.com/ramirezcgn/svgicons2svgfont",
"main": "src/index.js",
Expand Down

0 comments on commit 473f2f5

Please sign in to comment.