npm package for custom tjamp icons
- Open the icons.ai and edit away in illustrator
- Use artboards for each icon
- In Illustrator: Select
File -> Export -> Export for Screens
- Export to
"project-folder"/tjamp-icons/svg
- DO NOT tick
Create subfolders
- Set formats "SVG"
- Export and Replace
- Upload SVG icons to fontello.com
- Select and download all
- Extract downloaded zip
- Drag fonts into
dist/fonts
- Drag config.json into
dist
#Publishing
- Run
gulp
- Update version number
npm publish
#Installing in app
- Install new package
- Replace android fonts in
/android/app/src/main/assets/fonts
- Rebuild app