Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gsandf/svg-to-ttf

Package Overview
Dependencies
Maintainers
13
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gsandf/svg-to-ttf

Bash script to take a directory of svgs and make them into a font for use with React Native

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
13
Created
Source

Svg-to-ttf

Setup

Add the script to your package.json under scripts for example

"fonts": "svg-to-ttf --name test --svgs 'resources/font-src/*.svg' --config src/components/Icon/config.json --font resources/fonts",

--name || -n    The name of the font file that will be generated
--svgs || -s    The folder containing the svgs you want included in the font
--config || -c  The folder where the generated config will be output
--font || -f    The folder where the generated font will be output

Add any svgs you want to be used to the svgs folder you specified

Running

Run either command depending on if you are using yarn or not

npm run fonts

yarn fonts

Utilizing Font With React

For example use the font file with react-native-vector-icons to create a React Component

Keywords

FAQs

Package last updated on 20 Apr 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc