Skip to content

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

License

Notifications You must be signed in to change notification settings

gsandf/svg-to-ttf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages