This is a CLI tool used to generate the icons of the TLX Leveraged Tokens.
- Install Node
- Install Yarn
- Install Node Canvas Dependencies
- Install packages with
yarn
- Run script with
yarn start
- To generate for a specific asset, run
yarn start --asset [SYMBOL]
(e.g.yarn start --asset BTC
) - To generate for a specific token, run
yarn start --token [SYMBOL]
(e.g.yarn start --token BTC2L
) - To select size of the output, run
yarn start --pixels [SIZE]
(e.g.yarn start --pixels 500
)