Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 638 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 638 Bytes

crypto-icons

Crypto icons which are used both on dHEDGE and Toros

How to add new icons

  • Add missing icons named according to iconSymbols field of asset query
  • optionally run transformation script (see below)
  • Update package version
  • Run npm install to update lock file version

How to run transformation script (compress and resize)

  • Put new icon files to src/icons directory
  • Run npm install
  • Run npm run transform (.png source file) or npm run transform:svg (.svg source file extension) script