svg2iconfont-rn

1.0.3 • Public • Published

SVG to Icoinfonts

A collection of font icoins of projects.

Installation

npm i svg2iconfont-rn --save

Use In Web

Paths of resouces css

/dest/css/{fontName}.css

fonts

/dest/fonts/{fontName}.eot
/dest/fonts/{fontName}.ttf
/dest/fonts/{fontName}.woff

glyphmaps

/dest/glyphmaps/{fontName}.json

Use In React Native

For example:

import { Test } from "svg2iconfont/react-native";
...

<Test name="test" size={26} style={{ marginBottom: -3 }} color="blue" />

The icon is downloaded from icons8

Develop

  1. Clone this repo
  2. npm i --dev
    
  3. Place your svg icons in
    /svg/{fontName}
    
  4. gulp --fontName {fontName} --className {className} --fontPath {fontPath}
    for example:
    gulp --fontName test --className ts --fontPath "../fonts/"
    
  5. Add the font to /react-native/index.js if you want

Preview

/dest/index.html

About gyp error

There was a hard time when I install and build the module ttf2woff2, so I zipped this module(OS Win7 64bit) as attachment in /attachment/ttf2woff2.rar.

Readme

Keywords

Package Sidebar

Install

npm i svg2iconfont-rn

Weekly Downloads

8

Version

1.0.3

License

MIT

Unpacked Size

1.64 MB

Total Files

17

Last publish

Collaborators

  • aoi_yamada